Hi,
I am still going through online tutorials and quickstarts as a beginner and my question is very high level design rather than technical.
I am designing a simple WPF application with main window including menus on top, left container for links to functionalities and the main content area. Can I use couple of views, such as adding/editting in the main content/region with page navigation, but keep the main window and application with standard window navigation? This is so that adding involves two views in the process and clicking the arrow button to go the next view/page makes it easier to users control the data they enter.
Thanks