问题描述
我创建了两个WindowSurface(WPF),我想在它们之间导航。
I have created two WindowSurface (WPF), and I want to navigate betwen them.
我用以下代码创建了一个简单的按钮:
I've created a simple button with the following code :
SurfaceWindow2 sw2 = new SurfaceWindow2();
sw2.Show();
这将显示第二个SurfaceWindows,但是在一个新窗口中。
This on displays the second SurfaceWindows but in a new Window.
我想要做的是:举例来说,在根目录中托管许多SurfaceWindow,这样我就可以轻松地显示或隐藏它们。
What I want to do is : Host for example many SurfaceWindow in a root one, so I can show or hide them easily.
任何帮助?
Any help ?
推荐答案
感谢您的发布。
根据您的描述,我了解您的问题是关于Surface开发,所以我们在这里移动您的线程,以便您可以获得更好的帮助。
According to your description, I understand your issue is about Surface development, so we're moving your thread here, so that you can get a better help.
感谢您的理解和支持。
祝您有个愉快的一天。
这篇关于WindowSurface之间的导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!