一个不错的TreeView控件
作者:互联网
- Model-View architecture - Will be covered in a separate section of this article.
- Multiselection - Maybe the first limitation which you will find in the standard
TreeView
is that it’s not possible to select more then one node. - Unlimited number of controls for each node - You can display three icons + a
CheckBox
+ twoLabel
s. - Multicolumns - You can split the
TreeView
into several columns. - Load on Demand - Lazy load of child nodes.
- Drag & Drop highlighting - Dynamically highlight the drop position.
- 100% pure .NET code - No WinAPI is used in this control.
外观如下:
性能比较:
远远的甩windows.forms.treeview好几条街
使用方法:
标签:node,控件,CheckBox,load,control,TreeView,不错 来源: https://www.cnblogs.com/5x19/p/16593799.html