NavigationViewDisplayMode
NavigationViewDisplayMode
NavigationViewDisplayMode
NavigationViewDisplayMode
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines constants that specify how the pane is shown in a NavigationView.
public : enum class NavigationViewDisplayModepublic enum NavigationViewDisplayModePublic Enum NavigationViewDisplayMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Compact Compact Compact Compact | Prerelease. The pane always shows as a narrow sliver which can be opened to full width. |
| Expanded Expanded Expanded Expanded | Prerelease. The pane stays open alongside the content. |
| Minimal Minimal Minimal Minimal | Prerelease. Only the menu button remains fixed. The pane shows and hides as needed. |