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.
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.