StickyHeaderBehavior.HeaderElement Property

Definition

Gets or sets the target element for the ScrollHeader behavior.

public Windows.UI.Xaml.UIElement HeaderElement { get; set; }
member this.HeaderElement : Windows.UI.Xaml.UIElement with get, set
Public Property HeaderElement As UIElement

Property Value

Windows.UI.Xaml.UIElement

Remarks

Set this using the header of a ListView or GridView.

Applies to