In shell documentation I can't find option to add subitems to each item in flyout. Is it possible and how?
Is it possible and how?
Impossible , the item you add as FlyoutItem's children would display in the bottom tab .
Shell does not provide the api to create sub item in flyout .
Answers
Impossible , the item you add as FlyoutItem's children would display in the bottom tab .
Shell does not provide the api to create sub item in flyout .
Check https://forums.xamarin.com/discussion/175639/shell-how-add-programmatically-sub-menu-item-in-flyout-menu .
Thank you.
Do you think they will ever add this feature?
Another shell question. I managed to create Flyout programmatically in AppShell.xaml.cs with items visible by my needs.
Is it possible to change visible items outside of AppShell.xaml.cs?