Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.0.6336-pre1" />

.NET API 682,496 bytes

 ScrollView

An element capable of scrolling if its Content requires.
public static readonly BindableProperty ContentSizeProperty

Identifies the ContentSize bindable property.

public static readonly BindableProperty OrientationProperty

Identifies the Orientation bindable property.

public static readonly BindableProperty ScrollXProperty

public static readonly BindableProperty ScrollYProperty

public View Content { get; set; }

Gets or sets a View to display in the ScrollView.

public Size ContentSize { get; }

Gets the size of the Content. This is a bindable property.

public ScrollOrientation Orientation { get; set; }

Gets or sets the scrolling direction of the ScrollView. This is a bindable property.

public double ScrollX { get; }

public double ScrollY { get; }

public ScrollView()

public Task ScrollToAsync(double x, double y, bool animated)

public Task ScrollToAsync(Element element, ScrollToPosition position, bool animated)