简体   繁体   中英

How to organize architecture WPF project?

In my WPF project i want to have only one Window - MainWindow and UserControls as working part. I have some little different applications in one, and want to make navigation on top of my MainWindow as buttons. And little applications as UserControl. In MainWindow - grid with Big Empty Zone - which use to keep and run work. But, i want to navigate to other userControl from another. (probably do not understand :()

How organize architecture WPF project that: one main window and many usercontrols which places in mainwindow and replace each other in turn. and there is the possibility of navigating from another usercontrol to another.

May be it's MVVM, but i don't understand how this pattern can help me.

您可能对WPF应用程序框架(WAF)项目的ViewModel示例应用程序感兴趣。

My best source is here . Its the place that got me started on my journey to MVVM. Full working examples and workable solutions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM