-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Why is my WebBrowser positioned incorrectly?
Jan Karger edited this page May 2, 2019
·
1 revision
thanks to @myCollections for providing this screenshot from #1038
Chances are
- your
WebBrowser
is being moved by theMetroWindow
's built-inTransitioningContentControl
.
The solution for the issue is to set the WindowTransitionsEnabled
property on your MetroWindow
to false
(or use the AirspaceDecorator
explained here).
Full MahApps documentation is available at https://mahapps.com