Replies: 1 comment 1 reply
-
Hi @Virock, sorry I had missed this question! This is very odd indeed, the ellipsis button should definitely not be present in this case. It should usually only be there if you have SecondaryCommands defined or PrimaryCommands that don't fit with the current screen width which doesn't seem to be the case. I will log this as a bug and investigate, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community. I need help removing the menu button in the navigation bar.
I have this in my xaml file:
<utu:NavigationBar Content="Login/ Sign Up" />
But it's rendered like this:
How do I remove this:
I have tried setting the OverflowButtonVisibility to collapsed as such:
<utu:NavigationBar Content="Login/ Sign Up" OverflowButtonVisibility="Collapsed" />
but it doesn't have any effect.How do I remove the menu button?
Edit: The menu button does not appear if the current page is the root page. It only appears after navigating to a page which causes the Navigation stack to have more than one item.
Beta Was this translation helpful? Give feedback.
All reactions