11

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

Asynchronous
  • 3,917
  • 19
  • 62
  • 96

2 Answers2

22

Set WindowTransitionsEnabled="False" on the Window itself.

ultravelocity
  • 2,099
  • 16
  • 17
  • I don't seem to have this property available, any idea why? The window is a Controls:MetroWindow and it inherits from MetroWindow appropriately. Very strange. – goldenratio Mar 08 '14 at 01:03
  • 1
    @goldenratio maybe you need to update to latest version of Mahapps.Metro to see this property – lena Apr 18 '14 at 08:51
3

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

Faiyaz
  • 1,391
  • 11
  • 9