Minimization
The NavigationBar
supports a minimized mode in which it is collapsed to be very narrow. A button appears in the original content area of the NavigationBar
and when clicked, a popup is displayed with the content of the currently selected pane.
A minimized NavigationBar control with its content popup displayed
Related Members
The NavigationBar has several members related to minimization:
Member | Description |
---|---|
Expanded Event |
Occurs when the IsMinimized property changes to |
IsMinimizable Property |
Gets or sets whether the navigation bar can be minimized. The default value is |
IsMinimized Property |
Gets or sets whether the navigation bar is currently minimized. The default value is |
IsPopupEnabled Property |
Gets or sets whether the navigation bar's minimized popup is currently enabled. |
IsPopupOpen Property |
Gets or sets whether the navigation bar's minimized popup is currently displayed. |
Minimized Event |
Occurs when the IsMinimized property changes to |
MinimizedTitle Property |
Gets or sets the title of the navigation bar when the navigation bar is minimized. |
MinimizesLeftProperty Property |
Gets or sets whether the navigation bar minimizes to the left. The default value is Set this property to |
PopupClosed Event |
Occurs when the IsPopupOpen property changes to |
PopupOpened Event |
Occurs when the IsPopupOpen property changes to |
PopupResizeMode Property |
Gets or sets a ControlResizeMode that indicates the type of resizing that the popup performs. The default value is |
The NavigationPane has several members related to minimization:
Member | Description |
---|---|
PopupPadding Property | Gets or sets the amount of padding added around the pane's content, when displayed in a popup. The default value is "0,0,0,0" . |
Preventing Minimization
When the IsMinimizable property is false
, no minimize button will be visible in the NavigationBar
's header.
Changing the Popup Resize Mode
The PopupResizeMode property lets you configure whether and how the minimized popup can be resized.