Xamarin.Forms.Grid: Method Members

The methods of Xamarin.Forms.Grid are listed below. For a list of all members, see the Grid Members list.

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

Public Methods

static
GetColumn(BindableObject) : int
Gets the column of the bindable child element.
static
GetColumnSpan(BindableObject) : int
Gets the column span of the bindable child element.
static
GetRow(BindableObject) : int
Gets the row of the bindable child element.
static
GetRowSpan(BindableObject) : int
Gets the row span of the bindable child element.
static
SetColumn(BindableObject, int)
Changes the column in which a child element will be placed.
static
SetColumnSpan(BindableObject, int)
Changes the column span of the specified child element.
static
SetRow(BindableObject, int)
Changes the row in which a child element will be placed.
static
SetRowSpan(BindableObject, int)
Changes the row span of the specified child element.

Protected Methods

override
InvalidateMeasure()
Invalidates the grid layout.
override
LayoutChildren(double, double, double, double)
Lays out the child elements when the layout is invalidated.
override
OnAdded(View)
Method that is called when a child is added to this Xamarin.Forms.Grid element.
override
OnRemoved(View)
Method that is called when a child is removed from this Xamarin.Forms.Grid element.
override
OnSizeRequest(double, double) : SizeRequest
Method that is called when an attempt is made to resize this Xamarin.Forms.Grid element.