table view

juster21

Member
Joined
Oct 1, 2008
Messages
9
Programming Experience
1-3
I need to display data returned from a query in a table view. I created a form to display the results but, of course, my users have decided they want a table view instead.

Please let me know what components I need to do that. Thanks!!
 
There's a DataGrid, which lets you simply display the results in a table fashion. If you want to be able to customize things more, you could use a ListView but you'd probably need to manually fill it with the ListViewItems from the DateView/DataSet
 
Back
Top