一个不错的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
TreeViewis 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+ twoLabels. - Multicolumns - You can split the
TreeViewinto 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好几条街
使用方法:
浙公网安备 33010602011771号