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.
Mahaaps.metro有谁知道当WPF 窗口加载时如何关闭动画?一切似乎都是从右到左加载的。我怎样才能关闭它?我在文档中没有看到任何提及。
Mahaaps.metro
谢谢
在窗口本身上设置 WindowTransitionsEnabled="False"。
默认情况下,它应该适用于最新的 Mapapp 版本。但是,当 Form 包含 WebBrowser 控件时,它被破坏了。如“chaiwalla”所述设置 WindowTransitionsEnabled="False" 可解决问题