An open API service indexing awesome lists of open source software.

https://github.com/pengfeiw/treeview-with-icon

自定义的winform treeview组件,可以在树节点旁添加一组按钮。
https://github.com/pengfeiw/treeview-with-icon

treeview winform

Last synced: 11 months ago
JSON representation

自定义的winform treeview组件,可以在树节点旁添加一组按钮。

Awesome Lists containing this project

README

          

# TreeView With Icon

A TreeView component for Winform. You can add menuItem for tree node.

blog: [https://pengfeixc.com/blog/607272276d87a10eb2594fa5](https://pengfeixc.com/blogs/csharp/custom-winform-treeview)

The custom TreeView control based on the winform.Users can add buttons on the right hand of each tree node and add event to each button

![tree view with icon](https://pengfeiw.github.io/images/blog/7.gif)