c# - How to organize architecture WPF project? -


In my WPF project, I want only one window - as part of the working main window and user controls. I have some slightly different applications, and want to make navigation buttons as buttons on top of my main window. And the small application in the form of YouTubeTront in the main-window-grid with big blank zone - which uses to run and run but, I want to navigate in other users. (Probably does not understand: ()

How to organize the architecture WPF project: A main window and many user controls which are placed in the main window and in turn replace one another. And there is a possibility to navigate with other user controls

Maybe it is MVVM, but I do not know how this pattern can help me.

You The Rojekt ViewModel might be interested in the sample application.


Comments