I apologise if the title was confusing, it took me nearly 5 minutes to finally think of a title for this one...
Okay, you know how in Visual Studio Express when you add a TabControl
to the Form, and you can click on the right-arrow on the top right of the TabControl
and it will add a new TabPage
, or remove one?
Well, I m creating a User Control
where I need people to be able to switch between Panels (my user control is made up of several Panels). I know this is possible as I ve used a Ribbon Control
in the past and you could add new buttons etc in the Designer View.
Can somebody please provide any suggestions/advice on how I might go about acheiving this?
Thank you