Version v3 Documentation
You are viewing documentation for an older version.
View latest (v4) documentation →
Tree View
A hierarchical data display component with three data binding modes (declarative, nested objects, flat data), keyboard navigation, single/multi selection, tri-state checkboxes, search/filter, lazy loading, drag-and-drop reordering, custom node templates, and full ARIA support.
Data-Driven
A data-driven
BbTreeView using Items, TextField, ValueField, ChildrenProperty, and IconField. Enable ShowSearch to filter nodes with auto-expand on matches.
Loading example…
Declarative
Build trees declaratively with
BbTreeItem children. Each item supports Label, Icon, Badge, and nested ChildContent.
Loading example…
Checkboxes
Set
Checkable="true" to display tri-state checkboxes. Parent nodes cascade check/uncheck to children by default. Set CheckStrictly="true" to disable cascade.
Loading example…