Table of Contents

Enum NavigationViewPaneDisplayMode

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Defines constants that specify how and where the NavigationView pane is shown.

public enum NavigationViewPaneDisplayMode

Fields

Bottom = 4

The pane is shown at the bottom of the control.

Left = 0

The pane is shown on the left side of the control.

LeftFluent = 2

The pane is shown on the left side of the control. Large icons with titles underneath are the only display option. Does not support MenuItems.

Similar to the Windows Store (2022) app.

LeftMinimal = 1

The pane is shown on the left side of the control. Only the pane icons are shown.

Top = 3

The pane is shown at the top of the control.