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
75
What property sets the Column Width?
posted

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

Parents
No Data
Reply
  • 75
    posted

    .Column.LayoutInfo.MinimumCellSize accomplished what I needed, but there has to be another property that sets the size.

Children