-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NavigationView top navigation overflow button disappearing #6626
Comments
@ojhad Is what is happening here that the selected item is always shown in the top bar, but this item is so large that it is preventing the the overflow menu from showing? |
why was this closed ? |
Followed up with @ranjeshj about this issue. As @StephenLPeters noted, it looks like the issue is that the space available in the horizontal NavView is less than a single item can be shown in. To work around this, you can provide more horizontal space in the NavView or reduce the size of the content in the NavViewItem so that at least one item and the overflow button can fit. The platform solution would be to change the behavior of the NavView to clip the NavViewItem content to ensure the overflow button appears in the space allotted. At this time, we have no plans to make that change. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Comment |
I am also facing this issue. Any workarounds? |
Describe the bug
When a selection is made from the overflow menu in a top navigation scenario, sometimes the overflow button disappears while not all items are listed in the top navigation.
Steps to reproduce the bug
Expected behavior
The overflow button should always be visible when not all navigation items are visible on the top
NuGet package version
WinUI 3 - Windows App SDK 1.0
Windows app type
Device form factor
Desktop
Windows version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered: