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. :)
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.
That just makes the header taller, doesn't get me 2 lines of text or any text wrapping in the header. :(
I tried that last week and you only need to edit 1 column in the layout designer and all column are changed to that height which was a nice bonus.