dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.01k stars 1.72k forks source link

Option for disabeling "more" option in Flyout menu #20579

Open twannie83 opened 7 months ago

twannie83 commented 7 months ago

Description

Option for disabeling "more" option in Flyout menu with more than 5 menu items. Described here: https://stackoverflow.com/questions/77976907/5th-menu-item-in-maui-shell-flyout-goes-to-more-menu-only-on-ios-how-to-disab)

Public API Changes

N.A.

Intended Use-Case

In my App I have 10+ menu items, I do not want to go to the "more" screen, I want to be able to navigate directly to the Flyout Page.

PureWeen commented 7 months ago

One workaround could be to use MenuItems and then navigate use GotoAsync via the menu items

ghost commented 7 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

Adarsh-A-Jaiswal commented 4 months ago

I'm also facing the same issue when I added more than three Shell Content in Flyout item.