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
It's not goot to bind to ActualWidth of a Window, cause it gives us wrong values, it's maybe a WPF bug. So it's better to use the FlyoutsControl property.
@osnoser1 I've updated the demo for this, cause we should use the FlyoutsControl for the binding. The ActualWidth of the Window gives us a wrong value if it's maximized, maybe another WPF bug...
What steps will reproduce this issue?
Window maximixe and open flyout
Expected outcome
Correct width
Environment
Image
The text was updated successfully, but these errors were encountered: