Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
Grid Header Text Rotation
posted

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.

  • 469350
    Verified Answer
    Offline posted

    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.