Table of Contents

Enum NavigationViewDisplayMode

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Specifies how the NavigationView navigation pane is displayed.

public enum NavigationViewDisplayMode
Extension Methods

Fields

Auto = 0

The display mode is automatically resolved based on available width and the configured thresholds.

Compact = 2

The navigation pane is always shown in a narrow icon-only column.

Expanded = 1

The full navigation pane is always shown with icons and text.

Minimal = 3

The navigation pane is hidden. A hamburger menu in the content header opens an overlay portal with the full navigation list.