Xamarin.Forms.ScrollView Members

The members of Xamarin.Forms.ScrollView are listed below.

See Also: Inherited members from Xamarin.Forms.Layout

Public Constructors

Initializes a new instance of the ScrollView class.

Public Fields

static readonly
ContentSizePropertyBindableProperty. Identifies the ContentSize bindable property.
static readonly
OrientationPropertyBindableProperty. Identifies the Orientation bindable property.

Public Properties

ContentView. Gets or sets a Xamarin.Forms.View to display in the Xamarin.Forms.ScrollView.
[read-only]
ContentSizeSize. Gets the size of the Content. This is a bindable property.
OrientationScrollOrientation. Gets or sets the scrolling direction of the ScrollView. This is a bindable property.

Protected Methods

override
LayoutChildren(double, double, double, double)
Positions and sizes the content of a ScrollView.
override
OnSizeRequest(double, double) : SizeRequest
This method is called during the measure pass of a layout cycle to get the desired size of an element.