question

EmilAlipiev-5934 avatar image
0 Votes"
EmilAlipiev-5934 asked ColeXia-MSFT commented

Shell how to achieve Grouped FlyoutItems?

Is it possible to Group FlyoutItems in Shell Flyout menu? I can achieve using a custom flyoutcontent with ListView or CollectionView but my question is if it is possible to achieve wihthout using these?


it will be even fine if i can place a custom label between FlyoutItems? But i couldnt figure out how to do it ? not sure if it is even possible?

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Flyoutcontent is the only way to achieve this .

We can define the template for FlyoutItems but it applies for all items , we can't customize a single flyout nor add a custom control between FlyoutItems .

0 Votes 0 ·

0 Answers