
Tree tree control
Present information in a clear hierarchy that can be expanded or collapsed
Basic tree structure display
Demo
By setting the OnTreeItemClick
property to monitor the event when the tree control node is clicked, the following log displays the data of the selected node when the tree control node is clicked
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Suitable for use when you need to select a level
Demo
By setting the OnTreeItemChecked
property to monitor the event when the tree control node is checked, when the check box in front of the tree control node is selected, the following log displays the data of the selected node
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
For single-select nodes
Demo
Show the Radio
component in front of the node by setting the ShowRadio
property
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Some nodes of the Tree can be set to disabled state
Demo
By setting the Disabled
property of the data source TreeItem
object, you can control whether this node can be checked or not. When set to false
, it will not affect the node expansion. /shrink function
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
For nodes of the same level, only one can be expanded at a time
Demo
Enable the accordion effect by setting the IsAccordion
property of the Tree
component
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Some nodes of Tree
can be set to be expanded or selected by default
Demo
By setting the IsCollapsed
property of the TreeItem
object, you can control whether this node is in the expanded state by default. In this example, navigation two is in the expanded state by default, and the rest Node defaults to contracted state
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Control whether the component displays the icon by setting ShowIcon
Demo
By setting the ShowIcon
property of the TreeItem
object, you can control whether this node displays the icon or not
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
By setting ClickToggleNode
to control whether to expand and contract when the node is clicked
Demo
By setting the ClickToggleNode
property of the TreeItem
object, you can control whether this node can be expanded and contracted by clicking
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Tree
can be enabled inside the component Checkbox
will be displayed when it is built into the validation form DisplayName
This function needs to be disabled in the tree component
Demo
Show Checkbox
built into validation component ValidateForm
by setting ShowCheckbox
property does not show DisplayName
Dynamically add child nodes when expanding a node
Demo
By setting the node HasChildNode
to control whether to display the small arrow picture of the node. Add nodes through Tree's OnExpandNode
delegate
- 导航一
- 导航二
- 子菜单一
- lazy loading
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- lazy loading delay
- 导航三
Implement your own node template by setting TreeItem
Template
Demo
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Implement your own node style by setting TreeItem
CssClass
Demo
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Get all nodes by setting the OnTreeItemChecked
callback delegate
Demo
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
By setting ShowSkeleton
, the component displays the skeleton screen when the data is loaded asynchronously
Demo
- 导航一
- 导航二
- 子菜单一
- 子菜单二
- 孙菜单一
- 孙菜单二
- 曾孙菜单一
- 曾曾孙菜单一
- 曾曾孙菜单二
- 曾曾孙菜单三
- 曾孙菜单二
- 曾孙菜单三
- 孙菜单三
- 子菜单三
- 导航三
Attributes
TreeItem property
B station related video link
交流群