Defines constants that specify how the pane is shown in a NavigationView.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum NavigationViewDisplayMode
Fields
The pane always shows as a narrow sliver which can be opened to full width.
C#
Compact = 1
The pane stays open alongside the content.
C#
Expanded = 2
Only the menu button remains fixed. The pane shows and hides when the menu button is clicked.
C#
Minimal = 0