When i right clicks on the dot (parent
node) there should be two option expand and collapse. If i click on expand ,
then all child nodes corresponding to same parent node will be expanded. If i
click on collapse , all the child nodes corresponding to same parent node
should be collapsed to parent node. This tree should grow horizontally.
Hope i made myself clear.........How am i go about it..
Loading
Tejaswini Prashant JPosted Aug 7, 2009, 5:28 AM
If u want to show it on HTML Page in web browser control u can go for JavaScript Tree view control, which u can download from here ..
http://www.brothersoft.com/treeview---javascript-tree-menu-21894.html
if directly u want to use tree view control check this example at
http://www.dotnetcurry.com/ShowArticle.aspx?ID=48&AspxAutoDetectCookieSupport=1
otherwise refer
http://www.c-sharpcorner.com/UploadFile/prasadh/TreeViewControlInWinFormsPSD11182005235448PM/TreeViewControlInWinFormsPSD.aspx
Hope this help u :)