2 references to ScrollToRequestedEventArgs
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
253 var args = new ScrollToRequestedEventArgs(x, y, animated); 388 var result = new ScrollToRequestedEventArgs(point.X, point.Y, args.ShouldAnimate);