yes, you can use my listview control to do that. You simply have to
subscribe to the BeforeDrawColumn event, make sure the header height
is tall enough, rotate the text vertically and do your drawing.
http://www.glacialcomponents.com/ProdDetail/glv.aspx
you can see an example of vertical header drawing with it here
http://www.glacialcomponents.com/VertHeaderExample.jpg
having said that. I believe you can also accomplish this using the
.net listview.
-Allen
http://allenanderson.blogspot.com/
http://www.glacialcomponents.com
>I need to know if its possible to make the text for column headers in a
>datagrid to be vertical.
[quoted text clipped - 10 lines]
>
>Mark.