WPF 应用程序(不是浏览器)和导航 [英] WPF application (not browser) and navigation

查看:28
本文介绍了WPF 应用程序(不是浏览器)和导航的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发一个基于 WPF 的桌面应用程序.如何通过 C# 代码从一个页面导航到另一个页面或从窗口中的一个页面导航?

I want to develop a desktop application based on WPF. How do I navigate via C# code from one page to another or from one page in a window?

推荐答案

查看下面的以下链接 - 这些链接将使您更好地了解通过提供示例和示例应用程序的 WPF 应用程序进行导航.

Take a look at the following links below - these will give you a better understanding of navigating through a WPF application providing examples and sample apps.

如何构建、管理和导航 WPF 应用程序的用户界面

简单导航

更高级的导航

我发现浏览应用程序的一个非常简单的方法是,如果您在 Window 中添加一个 Frame,然后对于其他相应的页面,请使用 页面和你需要在你的窗口后面做的代码如下;

A really easy way to navigate through an application I find is that if you add a Frame within a Window and then for your other corresponding pages, use Page and you need to do in the code behind of your window is as follows;

FrameContent.Navigate(new ExampleView());

希望这些链接有帮助!

这篇关于WPF 应用程序(不是浏览器)和导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆