I'am a little bit confused. I created a Navigationview and my expectation was, that the color is like that. Which means, two different gray scales.
But in my case it looks like fully white. I thought the default colors are gray scales?
I know that I can change the pane background but it makes no sense, because in the WinUi3 Gallery I didnt find such a property. It looks like that there the colors are default
<NavigationView.Resources>
<SolidColorBrush x:Key="NavigationViewTopPaneBackground"
Color="Red" />
</NavigationView.Resources>
So do you know what I have to do to get the default colors like in WinUI3 Gallery for Light and dark theme?



NavigationViewshould give you those 2 colors by default. Can you post reproducible code?