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