Is there a way to change the orientation of a DataGridView (WinForm)?
- by user315493
I don't think it is possible but I'm still asking the question...
Basicly, I would like to display the DataGridView column horizontally and the row to be displayed vertically.
Yes, I know there some third party components that would allow me to do this but I would like to use my custom DataGridViewColumn in my grid.
Regards,
Simon