Skip to content

How do I hide the page title. #942

Closed Answered by jdrames
jdrames asked this question in Q&A
Discussion options

You must be logged in to vote

After more digging I was able to find that the field is actually the BreadcrumBar.
So in my MainWindow.xaml I made the following change to hide it, this way I can always programmatically set the visibility back to visible when needed.

<ui:NavigationView.Header>
	<ui:BreadcrumbBar
		x:Name="BreadcrumbBar"
		Margin="15,5,15,20"
		Visibility="Collapsed" />
</ui:NavigationView.Header>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jdrames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant