Reputation: 21641
I'm looking for a horizontal tree view control that creates nodes in the following way -
|_______|
|
_______________________
| |
|_______| |_______|
|
_______________________
| |
|_______| |_______|
Hope you get the design.
Upvotes: 1
Views: 2700
Reputation:
Check out : Microsoft Chart Controls for Microsoft .NET Framework 3.5 or some commercial ones such as this. (first hit)
Upvotes: 1
Reputation: 97671
Google around for an "Organization Chart" control. That will most likely have the tree structure you want.
Upvotes: 6