Relative Content

Tag Archive for c#xamlwinui-3winui

Unifying NavigationView’s Pane and Content Background color

This is what the program looks like after I implemented the x:Key into it. It’s almost perfect, I just can’t figure out how to make the NavigationPane’s expanded form have no background on it, I need it to be transparent because I am overlaying a gradient for the background of the app. If you review the code below you can see I tried using the NavigationViewExpandedPaneBackground key to try and set the opacity and background, but I got no luck as no difference was made.

Unifying NavigationView’s Pane and Content Background color

This is what the program looks like after I implemented the x:Key into it. It’s almost perfect, I just can’t figure out how to make the NavigationPane’s expanded form have no background on it, I need it to be transparent because I am overlaying a gradient for the background of the app. If you review the code below you can see I tried using the NavigationViewExpandedPaneBackground key to try and set the opacity and background, but I got no luck as no difference was made.