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