Displaying data in a table format
-
Does C# have any similar data view such as the one in utorrent where each item is in different row with its column data? I want to make a list of items stored in an Access database to display
-
Try Using The ListView It Looks A lot like What you're Asking :) P.S What About DataGridView??? Have U tried It?
Have Fun Never forget it
thanks, i havent checked the datagridview. i might do that later another question regarding the tables i choose the View to details and set some test rows. when i run the program and click on each row, the entire row wont get selected. if i click on the first column only that row and column will get selected. is there a way to get the entire row selected? its not an important thing. but i think its neater than the current one
-
thanks, i havent checked the datagridview. i might do that later another question regarding the tables i choose the View to details and set some test rows. when i run the program and click on each row, the entire row wont get selected. if i click on the first column only that row and column will get selected. is there a way to get the entire row selected? its not an important thing. but i think its neater than the current one