Link to home
Start Free TrialLog in
Avatar of andy7789
andy7789

asked on

.NET Forms: how to make tree-menu with frame pages

Hi X-perts,

I need to make a page with a tree-like menu on the left and changeable pages on the right - similar to the Settings menu of the Visual Studio.

what is the easiest way of doing this?

I am thinking about setting a TreeView control with clickable events to show/hide Panels placed to the same position

Are there any better ways of doing this?

Thanks
Avatar of Randy Wilson
Randy Wilson
Flag of United States of America image

Use of the MultiView and a series of View controls will facilitate the right side panel switching.  Otherwise you are probably on the right track.  
Avatar of andy7789
andy7789

ASKER

As far as I know there is no MultiView control for windows form. I think Panel control is the closest.

Correct?
If i use Panels, is there a way to hide/show them on the Form design canvas? since they all are placed in the same position, it is difficult to design their controls
There is another problem with TreeView: I cannot assign onclick events to the nodes
Sorry, wasn't paying attention.  Don't do Windows forms, only ASP.Net.
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial