Closed Jay-o-Way closed 11 months ago
Not sure if we can do anything about this. I believe this is how it works. @niels9001 ?
True. At least, in v1.4(peview) there's a new property: ShouldConstrainToRootBounds https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase.shouldconstraintorootbounds?view=winrt-22621#windows-ui-xaml-controls-primitives-flyoutbase-shouldconstraintorootbounds
Note: broadened the issue to use ShouldConstrainToRootBounds
@niels9001 looks easy, by itself. Want me to look into this, or somebody else?
@niels9001 looks easy, by itself. Want me to look into this, or somebody else?
Feel free to pick it up! Yeah, should be an easy tweak now that it's supported in 1.4! Thanks!
The work associated with this issue has been released as part of the 0.76 sprint. Please update PowerToys to the latest. https://github.com/microsoft/PowerToys/releases
The XAML property ShouldConstrainToRootBounds allows a Flyout to not be constrained to the parent window. This will make UI much prettier. It can be applied to:
https://learn.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase.shouldconstraintorootbounds
Examples
Settings (before)
PowerRename (before)
Environment Variables (before/after)