Hi Everyone,
I'm going crazy trying to simply set the width of a column in the WinTree. I am using columnsets so I have multiple columns in each node. What is the magic property? I've looked at autosizing, labelsize, autofit, etc. properties. No matter what I set - the columns all stay the same width. I did figure out how to get rid of the headers and I can resize the columns runtime, but I want to set them so when the tree comes up at runtime you can see all of the data in each column without having to manually resize.
Thanks!
Steve
See UltraTreeNodeColumn.LayoutInfo.PreferredLabelSize/PreferredCellSize
Your not alone, I'm going just as crazy with this problem and I've tried all the same things you mentioned.
To add to the same question, is there a way to set one column to take up the rest of the window space without a horizontal scrollbar? I would rather have a multi-line cell than needing a horizontal scroll.
.Column.LayoutInfo.MinimumCellSize accomplished what I needed, but there has to be another property that sets the size.