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" ... />
2.1m questions
2.1m answers
60 comments
57.0k users