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
40
Autosize WinTree headers
posted

Has anyone done any runtime sizing of the WinTree columns.  I'm trying to autosize the columns on the tree and I need to autosize based on the text in each node.

  • 48586
    posted

    Hello,

     

    UltraTree has a properties which determines whether columns are automatically resized so that all columns are visible in the control, preventing a horizontal scrollbar appearing and another property which determine how columns are auto-sized via the user interface. This properties is accessible via designer and code and you could find them under UltraTree.ColumnSettings.AutoFitColumns  and UltraTree.ColumnSettings.ColumnAutoSizeMode.

     

    Let me know if you have any further questions.