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组件,可以在树节点旁添加一组按钮。
- Host: GitHub
- URL: https://github.com/pengfeiw/treeview-with-icon
- Owner: pengfeiw
- Created: 2021-04-11T03:14:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T09:58:41.000Z (over 2 years ago)
- Last Synced: 2023-09-28T21:46:19.019Z (over 2 years ago)
- Topics: treeview, winform
- Language: C#
- Homepage: https://pengfeixc.com/blogs/csharp/custom-winform-treeview
- Size: 848 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
