wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

Page content overlays NavigationView

Open mostafa901 opened this issue 10 months ago • 1 comments

Describe the bug

NavigationViewContent overlayes the NavigationView

To Reproduce

just place a canvas inside a page, add any child in the canvas, and pan the canvas . not sure if there is any flags to trigger / missed that i need to consider.

Expected behavior

the content page should be clipped, may be Panel-ZIndex sets it back, under the navigation panel.

Screenshots

winuiOverlayed

OS version

Windows 11

.NET version

.net 8 - Windows

WPF-UI NuGet version

I have tested this on Development and Master branch. both behaves the same.

Additional context

No response

mostafa901 avatar Apr 01 '24 13:04 mostafa901

my mistake.. I forgot setting Canvas ClipToBounds = true; All works fine thanks

mostafa901 avatar Apr 01 '24 16:04 mostafa901