Click to See Complete Forum and Search --> : Making Vertical Column Header in Datagrid


tigermylk
April 18th, 2003, 11:45 AM
Not sure it is the right forum to post msgs about Datagrid, but still.
The idea is to make header of some columns in Datagrid to be presented vertically, not horizontally as usual. MSExcel does this automatically to long strings in cells.
The only way I see to do it is to find header's PaintText method and override it with DrawString, DirectionVertical flag on.
But can't find that PaintText. help plz