Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.2.0.848062" />

.NET API 1,137,776 bytes

 ScrollToRequestedEventArgs

Arguments for the event that is raised when a scroll is requested.
public Element Element { get; }

An element to scroll to.

public ScrollToMode Mode { get; }

Whether to scroll by element or by position.

public ScrollToPosition Position { get; }

An enumeration value that describes which part of an element to scroll to.

public double ScrollX { get; }

The X position to scroll to.

public double ScrollY { get; }

The Y position to scroll to.

public bool ShouldAnimate { get; }

Gets a value that tells whether the scroll operation should be animated.