Hi,
I could not find a property to set the header height for a column set. Please suggest how to do this?
Thanks
spm
In the normal mode, you have to use ColHeaderLines to set the number of lines of text, you can't set a Height. In RowLayout mode, you would need to set the PreferredLabelSize (I think) on the RowLayoutColumnInfo of the column.
Hi Mike,
Thanks for your reply.
I have set WinTree's ViewStyle property to FreeForm and I am dynamically binding the nodes collection to multiple tables based on the parent node. This creates a hetergenous hierarchical structure with many column headers, though this headers are necessary they seem to occupy much of the screen space. Since hiding the headers is not an option in my case, I was wondering whether the hieght of column headers could be reduced in any way. I understand that there is no direct way of doing this, but I was hoping for any workaround. Please suggest.
Thanks in advance,