I used this http://www.devexpress.com/Support/Center/p/Q233111.aspx (the code is in VB so I converted it to C#) to get vertical column headers. I get the vertical headers but my problem is some of them doesn’t fit, so they are not fully visible.
Is it possible to autoheight the column headers ? (all height set to max height)
As shown in Devexpress support center i think this will be the solution to your problem
First add an helper class to your solution
Then on your form you should make the helper class to Handle GridView’s columns resize events by adding the following lines of code
Hope this helps…