NLV
NLV

Reputation: 21641

Horizontal tree view control in .net

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

Answers (2)

user195488
user195488

Reputation:

Check out : Microsoft Chart Controls for Microsoft .NET Framework 3.5 or some commercial ones such as this. (first hit)

Upvotes: 1

Dave Markle
Dave Markle

Reputation: 97671

Google around for an "Organization Chart" control. That will most likely have the tree structure you want.

Upvotes: 6

Related Questions