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
907
Any way to get mulit-line headers in Outlook mode?
posted

Or for that matter, maybe two headers for the same column? 

I have several boolean columns in which the data only needs 40-60 pixels, but the labels for each contain several words that in total are over 30 characters long.  I'd rather use vertical space for the text than horizontal so I cna easily display all the configuration flags.

Thanks in advance for ideas. :)

Parents
No Data
Reply
  • 469350
    Offline posted

     I think you can set the height of the header on the column's LayoutInfo like:

    column.LayoutInfo.PreferredCellSize.Height = xxx;

    I imagine you will need to set it on each column. 

Children