Xamarin.Forms.StackLayout Members

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

See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>

Public Constructors

Initializes a new instance of the StackLayout class.

Public Fields

static readonly
OrientationPropertyBindableProperty. Identifies the Orientation bindable property.
static readonly
SpacingPropertyBindableProperty. Identifies the Spacing bindable property.

Public Properties

OrientationStackOrientation. Gets or sets the value which indicates the direction which child elements are positioned.
Spacingdouble. Gets or sets a value which indicates the amount of space between each child element.

Protected Methods

override
InvalidateMeasure()
Documentation for this section has not yet been entered.
override
LayoutChildren(double, double, double, double)
Positions and sizes the children of a StackLayout.
override
OnSizeRequest(double, double) : SizeRequest
This method is called during the measure pass of a layout cycle to get the desired size of the StackLayout.