Using WinTree 9.1: I have a tree where nodes at level 2 use a ColumnSet. I have used the LayoutInfo to adjust the column width as needed. But I want to also use CellWrapText set to DefaultableBoolean.True. Using a PreferredCellSize of (myWidth,0) keeps the cells at a single height of text with the text wrapped and cut off. Setting the PreferredCellSize to (myWidth,60), for instance, shows about 3 lines of text in each cell but all cells are the same height in all rows regardless of text content. Is there a way to have the control resize the cell ows as needed when CellWrapTest is True? I do not see a mechanism to perform a resize of heights; the Column.PerformAutoResize deals only with width.
roy_medicomp said:Is there a way to have the control resize the cell ows as needed when CellWrapTest is True?