I want to hide the navigation bar in a page created using WPF. I have tried ShowsNavigationUI = false, but it is still displaying the control.
ShowsNavigationUI = false
Specify to the page Container, the intention to not have a navigation bar, using NavigationUIVisibility property.
NavigationUIVisibility
<Frame NavigationUIVisibility="Hidden" Panel.ZIndex="1" ... />
1.4m articles
1.4m replys
5 comments
57.0k users