How can I implement expander in flyout menu? Say you have a list of Assets, then to the right you have the expander icon andbonce pressed drops down a secondary menu/sub menu. Is it possible or not?
Hi, you should be able to create a custom DataTemplate that has expander control in it (even though I haven't tried that), and assign the DataTemplate to the FlyoutItem. See more here: docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/flyout#define-flyoutitem-appearance
Great video man! I love the way you explain this stuff, making it look easy. Keep it up!
Thanks! I appreciate it :)
Keep it up!
Hi. Nice Video. Congrats. Question, Would it be possible to keep the side menu open on tablet / IPad?
How can I implement expander in flyout menu? Say you have a list of Assets, then to the right you have the expander icon andbonce pressed drops down a secondary menu/sub menu. Is it possible or not?
Hi, you should be able to create a custom DataTemplate that has expander control in it (even though I haven't tried that), and assign the DataTemplate to the FlyoutItem. See more here: docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/flyout#define-flyoutitem-appearance
How do you change the toolbar name?
Set the Page's Title property