Formatting DataGridView
Hello everyone,
is there a way to have the column names to show vertically using the DGV?
The default behavior of DGV is to have the column names shown horizontally at the top.
Can this be changed to to show the column name as the first cell in the row and the value as the next cell, like a key value pair.
Ex:
Name: Smith
Position: Programmer
Regards.
|