Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi!
i'm working on application that should design a diagram which take a tree form ,i found the outil treeview but i see that it's not the best way to make a professionel design like this one on the picture
http://sqlpro.developpez.com/cours/arborescence/images/SQLtree1.gif[^]

is there any way to make like this tree on my application
Thank you
Posted

1 solution

Why "not the best"? Functionally, each of the classes System.Windows.Forms.TreeView, System.Web.UI.WebControls.TreeView or System.Windows.Controls.TreeView fully cover the case you show on your picture. I don't know what do you call "professional design", but at least they look "professional" than your picture.

Anyway, if you still want to show the tree in diagram style as on that picture (why though? all special views can only be justified if they carry some special functionality; do you have such functionality?), I would advise to use WPF. Please see my past answers for general ideas:
Connect different controls[^],
Vector graphics software like CorelDraw or Inkscape in C# or VB.NET[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900