Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 912 Bytes

navigationview_alwaysshowheader.md

File metadata and controls

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

Windows.UI.Xaml.Controls.NavigationView.AlwaysShowHeader

-description

Gets or sets a value that indicates whether the header is always visible.

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

-xaml-syntax

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

-property-value

true if the header is always visible; otherwise, false. The default is true.

-remarks

-see-also

-examples