一个不错的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 + two Labels.
  • 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好几条街

 

使用方法:

 

posted @ 2022-08-17 09:23  吾心依旧  阅读(47)  评论(0)    收藏  举报