Hi, njsokalski. The FlyoutBase
is different with Xamarin.Forms.Flyout
. FlyoutBase
is a flyout is a light dismiss container that can show arbitrary UI as its content. Xamarin.Forms.Flyout
is the root menu for a Shell
application. It's a navigation wayand can only be used in Shell
templates.
The Xamarin.Forms Api doesn't provide a control that works like the FlyoutBase
. You could use custom views to achieve the function. Or you could report this requirement as feature request to the product team on github.