Reputation: 57
does anyone knows if I can create a dropdown menu in Hamburger in Xamarin Form?
The dropdown menu should be like this. Please help me thank you. dropdown menu in Hamburger
Upvotes: 0
Views: 494
Reputation: 9671
You can use Expander
from Xamarin.community-toolkit but be informed that currently:
The Expander control is known to show unwanted behavior when used in a ListView or CollectionView. At this time we recommend not using a Expander in one of these controls.
Here is the issue you want to follow since you are probably going to use it inside a ListView
or CollectionView
datatemplate.
Additionnally Dynamically create list of FlyoutItem in Shell?
Upvotes: 1