Asynchronous
Asynchronous

Reputation: 3977

How to turn off slide animation on Mahapps.Metro Window on load?

Does any know how turn off the animation when the Mahaaps.metro WPF window loads? Everything appears to load from the right to left. How can I turn this off? I do not see any mentioned of this in the documentation.

Thanks

Upvotes: 11

Views: 4636

Answers (2)

Faiyaz
Faiyaz

Reputation: 1411

By default it should work with latest Mapapp build. However, it was broken for when Form includes WebBrowser controls. Setting WindowTransitionsEnabled="False" as mentioned by "chaiwalla" resolves the problem

Upvotes: 3

ultravelocity
ultravelocity

Reputation: 2149

Set WindowTransitionsEnabled="False" on the Window itself.

Upvotes: 22

Related Questions