Enum ScaffoldFlyoutButtonVisibility
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Scaffold.dll
Nav bar drawer-button policy for a flyout, attached via FlyoutStartButtonVisibilityProperty / FlyoutEndButtonVisibilityProperty alongside the flyout content. The button only ever shows when the drawer is actually available (content resolves and its mode enables it), and never on modal pages.
public enum ScaffoldFlyoutButtonVisibility
Fields
Auto = 0The drawer button shows at stack roots and yields while pages are pushed (the default).
Hidden = 2The drawer button never shows.
Visible = 1The drawer button always shows while the drawer is available (side by side with the back button while pages are pushed).