Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 984 Bytes

navigationviewdisplaymode.md

File metadata and controls

37 lines (21 loc) · 984 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.NavigationViewDisplayMode
winrt enum

Windows.UI.Xaml.Controls.NavigationViewDisplayMode

-description

Defines constants that specify how the pane is shown in a NavigationView.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-enum-fields

-field Minimal:0

Only the menu button remains fixed. The pane shows and hides as needed.

-field Expanded:2

The pane stays open alongside the content.

-field Compact:1

The pane always shows as a narrow sliver which can be opened to full width.

-remarks

-see-also

-examples