Easy object binding to Treeview Node

前端 未结 4 1113
北恋
北恋 2021-01-11 14:25

How can I bind an object to a treeview (Winforms) node in C#?

I thought of something like ExNode : Windows.Forms.Node that can take an object as member besides the t

4条回答
  •  [愿得一人]
    2021-01-11 14:50

    You might look into the TreeListView. It isn't perfect, but it works very well and makes the process of displaying objects in a tree view much easier than any other way I have found.

提交回复
热议问题