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
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.