NavigationViewPaneDisplayMode enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.NavigationViewPaneDisplayMode
Modifiers: public sealed
Summary¶
Defines constants that specify how and where the NavigationView pane is shown.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
Left | 0 | The pane is shown on the left side of the control. |
LeftMinimal | 1 | The pane is shown on the left side of the control. Only the pane icons are shown. |
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. |
Top | 3 | The pane is shown at the top of the control. |
Bottom | 4 | The pane is shown at the bottom of the control. |