Share via


ItemsRepeaterScrollHost.CurrentAnchor Property

Definition

The currently chosen anchor element to use for scroll anchoring.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property UIElement ^ CurrentAnchor { UIElement ^ get(); };
UIElement CurrentAnchor();
public UIElement CurrentAnchor { get; }
Public ReadOnly Property CurrentAnchor As UIElement

Property Value

The most recently chosen UIElement for scroll anchoring after a layout pass, or null.

Remarks

If there are no anchor candidates registered with the ItemsRepeaterScrollHost or none have been chosen, then CurrentAnchor is null.

Applies to

See also