More Advanced Tree View
-
For the application I am working on I need something with more power then a standard tree view, but with allot of the same functionality. I want to be able to multi-link nodes basically. So that a node is not a node of just a single parent, necessarily, but can be a child node of multiple parents, or other nodes. I would also like to represent this more graphically, using boxes to represent each node or parent and then using lines to show how they all connect. I can write this myself but I thought I would check and see if anyone knew of a Windows Forms control like this/that supports this. Or maybe not necessarily something that is exactly like this but that would at least save me allot of time because I could just modify it instead of starting from scratch. Thanks in advance for any replies. --Peter