G
Guest
I'm looking for a way to wrap a text in Winforms DataGrid header (see below).
I know it can be done to the cells in the grid by overriding the paint method
but i can't seem to find a similar way to handle the column headers. Any help
would be much appreciated.
ex: _______________________
|Column1 |Really Long Column 2|
desired format
|Column1 |Really Long|
| |Column 2 |
Regards
Dave
I know it can be done to the cells in the grid by overriding the paint method
but i can't seem to find a similar way to handle the column headers. Any help
would be much appreciated.
ex: _______________________
|Column1 |Really Long Column 2|
desired format
|Column1 |Really Long|
| |Column 2 |
Regards
Dave