Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 886 Bytes

navigationview_ispaneopen.md

File metadata and controls

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

Windows.UI.Xaml.Controls.NavigationView.IsPaneOpen

-description

Gets or sets a value that specifies whether the NavigationView pane is expanded to its full width.

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

-xaml-syntax

<NavigationView IsPaneOpen="bool" .../>

-property-value

true if the pane is expanded to its full width; otherwise, false.

-remarks

-see-also

-examples