You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Popup is opened, it will not reposition according to the reposition of the MainWindow. To reposition it correctly, I've to subscribe to the PositionChanged event of MainWindow, which is not so elegant. Is this behavior by design? Or is there a better way to reposition the Popup?
[EDIT]
I've test WPF and UWP: WPF has the same problem/behavior, while UWP doesn't. To test, just open a popup and let StaysOpen = true(or IsLightDismissEnabled = false), then drag the MainWindow.
The text was updated successfully, but these errors were encountered:
When the Popup is opened, it will not reposition according to the reposition of the MainWindow. To reposition it correctly, I've to subscribe to the PositionChanged event of MainWindow, which is not so elegant. Is this behavior by design? Or is there a better way to reposition the Popup?
[EDIT]
I've test WPF and UWP: WPF has the same problem/behavior, while UWP doesn't. To test, just open a popup and let StaysOpen = true(or IsLightDismissEnabled = false), then drag the MainWindow.
The text was updated successfully, but these errors were encountered: