Table of Contents

Enum ScaffoldTabBarVisibility

Namespace
Nalu
Assembly
Nalu.Maui.Scaffold.dll

Tab bar visibility policy for a page hosted by a ScaffoldTabBar area, attached via TabBarVisibilityProperty.

public enum ScaffoldTabBarVisibility

Fields

Auto = 1

The tab bar hides while the current navigation stack has pushed pages (more than one page) and shows again at stack roots. Hide/show animates in sync with the push/pop transition.

Hidden = 2

The tab bar is hidden.

Visible = 0

The tab bar is visible (the default).