简体   繁体   English

WPF Windows项目,例如Outlook Layout

[英]wpf windows project like Outlook Layout

I need to design an wpf windows application with c# . 我需要使用c#设计一个wpf Windows应用程序 There will be a side menu. 将有一个侧面菜单。 Which will be same for the entire application. 整个应用程序都相同。 When i click on the each menu item, corresponding page should display on the right side of the application, i don't want tabbed document 当我单击每个菜单项时,相应的页面应显示在应用程序的右侧,我不希望使用选项卡式文档

What you want it application with navigation, take a look at this MSDN Link for navigation and like this for understand how to do that using MVVM. 您想要的具有导航功能的应用程序,请看一下用于导航的MSDN链接 ,并以此了解如何使用MVVM进行操作。

The idea is you have your pages bound to navigation item selection. 想法是您将页面绑定到导航项选择。 Read about datatemplates and datatype attribute of it. 阅读有关datatemplates及其数据类型属性的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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