Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 771 Bytes

iscrollanchorprovider_currentanchor.md

File metadata and controls

32 lines (18 loc) · 771 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.IScrollAnchorProvider.CurrentAnchor
winrt property
RS5

Windows.UI.Xaml.Controls.IScrollAnchorProvider.CurrentAnchor

-description

The currently chosen anchor element to use for scroll anchoring.

-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 IScrollAnchorProvider or none have been chosen, then CurrentAnchor is null.

-see-also

IScrollAnchorProvider

-examples