TreeView Properties |
The TreeView type exposes the following members.
| Name | Description | |
|---|---|---|
| list |
TreeView使用的List对象
| |
| onClickNode |
点击任意TreeNode时触发
| |
| onRightClickNode |
右键点击任意TreeNode时触发
| |
| root |
TreeView的顶层节点,这是个虚拟节点,也就是他不会显示出来。
|