wpfui
wpfui copied to clipboard
Page content overlays NavigationView
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
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
my mistake.. I forgot setting Canvas ClipToBounds = true; All works fine thanks