I have a grid that has several columns that are check boxes. I was wondering if there was a way to rotate the text of the column header so that the columns do not take up as much space? My grid is based off of the UltraWinGrid.
There's no built-in way to do this, but you can do it using a DrawFilter. I beleive there is a sample in the WinGrid SamplesExplorer that demonstrates rotated column header text.