Organize your hierarchical data into our user-friendly TreeView component. Wijmo's TreeView can be used for navigation, selection or data visualization.
The TreeView's hierarchical structure and auto-search functionality make it easy for users to drill-down and find the items they are interested in.
Navigation trees are the simplest and most commonly created TreeView components.
Create a TreeView with multi-pane panels to use for navigation.
When checkboxes are displayed, the TreeView manages their hierarchy so that when a checkbox is checked or cleared, the new value is automatically applied to all child nodes, and reflected on the state of the parent nodes.
Use the imageMemberPath property to add images to nodes by specifying the name of a property on the data items that contain an image URL.
Disabled nodes cannot be selected using the mouse or keyboard.
You can customize the content of the TreeView nodes using the formatItem event. The event handler parameters include the element that represents the node and the data item being rendered.
Only two steps are required to implement lazy loading with Wijmo TreeView.