1
Answer

Treeview in windows form application

Anurag Gupta

Anurag Gupta

15y
4.2k
1

hi !!!
I am making a window application in which I want tree view in left panel .For each child nodes click I want the corresponding form should be displayed in right panel .
For each child node I have different - different functions and for each I have created different forms .how can I display these forms in right panel on clicking node of tree.
Can anyone give me code for this in C# for visual studio.
Answers (1)