Hi there, as you probably guessed it I am a newbie to WPF. I am trying to build my first WPF application. Although I have tons of questions, but to begin with I would like to know what navigation method to use. As far I understoond from books and tutorials there are three methods:
Page, NavigationWindow, Window (to be instantiated explicitely)
My initial design thought is to use main content in dock panel within the main window. Then add NavigationWindow as many as needed into that dock panel's main content. I thought this way I can have 1 main Windows where all the buttons/functions can be used and all the main contents can be used in NavigationWindows. In other words to use separate NavigationWindow per each functionality.
Is this sounds feasible guys ?
Thanks