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
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
Set WindowTransitionsEnabled="False" on the Window itself.
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