Text wrapping
Flexible TreeView supports the auto-wrapping of text that exceeds a column's or treeview's bounds. You can enable text auto-wrapping in text node controls (NodeTextBox, NodeExpandableTextBox, NodeExpandablePanel, etc.) by setting the appropriate wrap mode in the TextWrapMode
node control property.
Available modes:
Disabled
- auto-wrapping is disabled.WordWrap
- wrap text by words.
The auto-wrapping is also supported for HTML text displayed in the treeview.