I have a GridView and want to display content text of cells vertically in it. I want it to be just like vertical headers as mentioned in here. For clarity, I want to emphasise that I want to implement this to cells in records, not header cells.
Thank you
Edit: Sorry for missing information. I'm trying to implement this to a C# WinForm project. I couldn't do anything because the topics for displaying cells vertically in GridView are for only Header Cells.