One way could be to: Divide your form into two separate portions using a SplitContainer. Use container controls such as Layout panels on the right side and load panels according to the selected node in the TreeView.
On Jan 5, 12:16 am, Ben <[email protected]> wrote: > Hi, > > Is it possible to create a C# Winform that display a treeview on the > left hand side and a different UI form/page with textboxes and labels > for each node on the right hand side? For example, if a user click > node1, it will show a UI on the right, node2 will show another UI > design on the right. > > How should I go about doing this? > > Many thanks and Happy New Year. > > Ben
