Click here to Skip to main content
15,914,162 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello! I have tried googling, but not found answer.

I want to be able to do like MSN Messenger control panel does.

http://bayimg.com/aAOlBaaDM[^]

http://bayimg.com/aaOlEaaDM[^]

I want to be able to switch all content in a "frame" and still be able to use the Visual Studio designer to sett up the "pages" but i dont know how. I want to learn the correct way now, and not "getting it to work" on my own hand :P

This content switching will be part of a productionsupport window wich will have different stages depending on progress.

Thanks for any help here :=)
Posted
Updated 24-May-12 12:20pm
v2

1 solution

Right now cannot see the example because it is filterd. If you want to see the design when you are designing, what I would do is create UserControls with the content, and just insert the UserControl. You can use a ValueConverter that will insert the right View into a content control based on the ViewModel that is the DataContext.

Note that you can also use Prism, but the learning curve for doing Regions in Prism is a little steep.

Hopefully that is clear enough, and the answer to the right question.

Clifford
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900