I have a simple application where I have a main screen with some operations, and a second screen that you access when first one is done and you press a button. See image:

Brown areas are fixed left menus, that will always appear in the same location.
Blue areas are the screens that change from one to another.
Red area is trying to simulate a MDIContainer from WindowsForms.
How can I simulate that container to:
-
Mantain the left static menu
-
Change dynamically my content due to some events/actions?
If you can put the button above like in a menu area
Can do me dynamic stuff with Frame and Page content
This example shows passing data to the Page constructor
nextPage is a Page
could also be a UserControl