Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要用c#设计一个wpf windows 应用程序。会有一个侧面菜单。对于整个应用程序,这将是相同的。当我点击每个菜单项时,相应的页面应该显示在应用程序的右侧,我不想要选项卡式文档
您希望它具有导航功能的应用程序,请查看此 MSDN 链接以进行导航,并像这样了解如何使用 MVVM 做到这一点。
这个想法是您将页面绑定到导航项选择。阅读有关它的数据模板和数据类型属性的信息。