Xamarin.Forms by Xamarin Inc.

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

.NET API 637,440 bytes

 ScrollView

public class ScrollView : Layout
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 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 ScrollView()