Posted 4 April 2018, 11:11 am EST - Updated 4 October 2022, 2:52 am EST
With a fixed width treeview column, is there a setting for a CustomContentPresenter for a text item that would re-wordwrap the text if:
- the user resizes the column
- the item is a child of the the node
If I set both AutoWidth and AutoHeight properties for the TextElement and the RowPanel it sits in, the parent node renders correctly but the child cuts off part of the text.
Thanks