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
.Column.LayoutInfo.MinimumCellSize accomplished what I needed, but there has to be another property that sets the size.
See UltraTreeNodeColumn.LayoutInfo.PreferredLabelSize/PreferredCellSize