Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.19 KB

scrollviewer_topheader.md

File metadata and controls

39 lines (26 loc) · 1.19 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.ScrollViewer.TopHeader
winrt property

Windows.UI.Xaml.Controls.ScrollViewer.TopHeader

-description

Gets or sets the content of the top header.

-xaml-syntax

<ScrollViewer>
  <ScrollViewer.TopHeader>headerObject</ScrollViewer.TopHeader>
</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 top header.

-remarks

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

The top header scrolls horizontally, but not vertically.

-examples

-see-also