The members of Xamarin.Forms.ScrollView are listed below.
See Also: Inherited members from Xamarin.Forms.Layout
| Initializes a new instance of the ScrollView class. |
static readonly | ContentSizeProperty | BindableProperty. Identifies the ContentSize bindable property. |
static readonly | OrientationProperty | BindableProperty. Identifies the Orientation bindable property. |
| Content | View. Gets or sets a Xamarin.Forms.View to display in the Xamarin.Forms.ScrollView. | |
| [read-only] | ContentSize | Size. Gets the size of the Content. This is a bindable property. |
| Orientation | ScrollOrientation. Gets or sets the scrolling direction of the ScrollView. This is a bindable property. |
override | LayoutChildren(double, double, double, double)Positions and sizes the content of a ScrollView. | |
override | OnSizeRequest(double, double)This method is called during the measure pass of a layout cycle to get the desired size of an element. | |