-1

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.

PiotrWolkowski
  • 8,408
  • 6
  • 48
  • 68
Ahmet Egesel
  • 27
  • 1
  • 7

1 Answers1

0

Handle event CustomDrawCell for your GridView. Take the same approach as described here for the headers.

Marko Juvančič
  • 5,792
  • 1
  • 25
  • 41