Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 697 Bytes

anchorrequestedeventargs_anchorcandidates.md

File metadata and controls

29 lines (17 loc) · 697 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.AnchorCandidates
winrt property
RS5

Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.AnchorCandidates

-description

Gets the set of anchor candidates that are currently registered with the scrolling control (for example, ScrollViewer).

-property-value

A list of UIElement anchor candidates.

-remarks

-see-also

IScrollAnchorProvider, ScrollViewer.AnchorRequested

-examples