Hi Guys help please...Is there any control in .net framework version 3 that is something like a datagridview the only difference is that each columns and rows can be labeled...something like the snapshot that i attached here. Thanks in advance!
Printable View
Hi Guys help please...Is there any control in .net framework version 3 that is something like a datagridview the only difference is that each columns and rows can be labeled...something like the snapshot that i attached here. Thanks in advance!
If you're using a datagrid view the columns can be labelled. Like this?
How about a ListView?
Ah. If you wanted to extract the information from a data source a DataGridView would be what you want. But if you're looking to add programatically a ListView would probably be better, as suggested by Hack.