Wrap node control content#
Flexible TreeView allows you to wrap a node control to the next level, i.e., show it under all node controls on one level.
For example, you can show an object's common data in columns while displaying one or many node controls under all other node controls with additional data like text or an image:
To do that, enable the Wrap node control property. You can have as many levels as you need. This feature is supported for treeview with and without columns. In a treeview with columns, the wrapped node control will be displayed starting from the parent column's left border and restricted by this column's bounds.
Warning
Because the wrapped node control will be shown under all node controls on the level above, align those node controls horizontally only to the top; otherwise, the wrapped node control may overlap them or be invisible.