Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
All views need to be displayed in shell window ?

I am newer for wpf prism framework , i am very confued on how to navigate between views.
i mean, in the prism , we have one shell page and i define some region in the shell , so that mean the layout of shell was not changed , if i want to display one view and it was completely different from layout in shell , and it mean i can not replace region which defined in shell with the view , so what can i do ? Or i need change my layout because all view need to display in shell page.
Posted

1 solution

You can always create sub-regions inside a region and plug in views in each of these regions as appropriate.
To navigate, just remove a view and plug in another into the region/sub-region.
 
Share this answer
 
Comments
Jim parkson 30-Dec-13 22:40pm    
how to create sub-region , you mean in the shell page, create main region , then in the view page, create sub-region right ? would you like to give me an example ? thank you very much
Abhinav S 31-Dec-13 0:15am    
Try http://compositewpf.codeplex.com/discussions/396361

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