Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 668 Bytes

scrollingbringingintovieweventargs.md

File metadata and controls

24 lines (15 loc) · 668 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs
winrt class

Microsoft.UI.Xaml.Controls.ScrollingBringingIntoViewEventArgs

-description

Provides data for the ScrollView.BringingIntoView event.

-remarks

These event args are used by the ScrollView.BringingIntoView event, which is raised when the ScrollView is about to participate in a bring-into-view request. You can handle the event to customize that participation.

-see-also

ScrollView.BringingIntoView

-examples