本文介绍了混合中从一个屏幕到另一个屏幕的延迟的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这似乎应该很容易弄清楚,但我还没有。

我想在WPF中创建一个简单的UI导航,当您单击按钮时,它会立即将您带到新屏幕。但是,当我查看我在网上找到的示例和一些教程时,它们都显示动画过渡并淡入新屏幕而不是即时屏幕更改。我在哪里可以找到如何使我的界面立即从一个屏幕跳到下一个屏幕?

谢谢

解决方案

This seems like it should be easy to figure out but I haven't been able to yet.

I want to create a simple UI navigation in WPF where, when you click a button, it takes you to a new screen instantly. However, when I look at the samples and some tutorials I've found online, they all show animated transitions and fades to new screens and not instant screen changes. Where can I look to find out how to make my interface jump from one screen to the next instantly?

Thanks

解决方案


这篇关于混合中从一个屏幕到另一个屏幕的延迟的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 08:08