Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 754 Bytes

anchorrequestedeventargs_anchor.md

File metadata and controls

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

Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.Anchor

-description

Gets or sets the anchor element to use when performing scroll anchoring.

-property-value

The UIElement to use as the CurrentAnchor. The default is null.

-remarks

The element must be a descendent of the scrolling control.

-see-also

IScrollAnchorProvider, ScrollViewer.AnchorRequested

-examples