Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.29 KB

scrollviewer_leftheader.md

File metadata and controls

38 lines (27 loc) · 1.29 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ScrollViewer.LeftHeader
winrt property

Microsoft.UI.Xaml.Controls.ScrollViewer.LeftHeader

-description

Gets or sets the content of the left header.

-xaml-syntax

<ScrollViewer>
  <ScrollViewer.LeftHeader>headerObject</ScrollViewer.LeftHeader>
</ScrollViewer>

-xaml-values

headerObject
headerObjectAn single object element that serves as header content. Use discretion when using objects as header content; not all objects are suitable for use within the limited presentation surface that appears for headers.
## -property-value The content of the left header.

-remarks

The LeftHeader, TopHeader, and TopLeftHeader properties can be set only when ScrollViewer content's HorizontalAlignment is Left and VerticalAlignment is Top.

The left header scrolls vertically, but not horizontally.

-examples

-see-also

TopHeader, TopLeftHeader