Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.19 KB

navigationviewdisplaymode.md

File metadata and controls

42 lines (25 loc) · 1.19 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode
winrt enum

Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode

-description

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

-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

Tip

For more info, design guidance, and code examples, see NavigationView.

[!div class="nextstepaction"] Open the WinUI 3 Gallery app and see the NavigationView in action

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.