views:

25

answers:

2

Hello

I'm looking for a horizontal tree view control that creates nodes in the following way -

                                    |_______|
                                        |
                             _______________________
                            |                       |
                        |_______|               |_______|
                            |
                  _______________________
                 |                       |
             |_______|               |_______|

Hope you get the design.

+4  A: 

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

Dave Markle
Okie, that was the exact key words i was looking for.
NLV
Yeah, there are a bunch of them out there. I haven't tried any myself, so I can't give you a good recommendation.
Dave Markle
No problem. Will dig myself.
NLV
+1  A: 

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

0A0D