Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1011 Bytes

navigationview_compactmodethresholdwidth.md

File metadata and controls

33 lines (20 loc) · 1011 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidth
winrt property

Windows.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidth

-description

Gets or sets the minimum window width at which the NavigationView enters Compact display mode.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidth (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<NavigationView CompactModeThresholdWidth="double" .../>

-property-value

The minimum window width at which the NavigationView enters Compact display mode. The default is 641 pixels.

-remarks

-see-also

-examples