Binding to column
In treeviews with columns, every node control must be bound to a column where it will be displayed. To do this, set the ColumnId node control property to a target column's Id property value or set the Column property to a column instance.
Example
Note
- If the treeview doesn't contain columns, you don't need to bind a node control to a column.
- If you don't bind a node control to a column, it won't be visible in the treeview with columns.
Additional API Reference#
Properties#
- Visible - node control property that defines whether to display a node control in the treeview.