I have a dynamically created TreeView and want to identify if the node is a parent or child.<BR><BR>My treeview looks like this:<BR><BR>Parent<BR>...child<BR>...child ...
I've got some information that I'd like to display on a WinForm as a treeview. I'd like to store some data in the nodes so that when a user selects a Node, the information is easily referencable.