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>
static | GetColumn(BindableObject)Gets the column of the bindable child element. | |
static | GetColumnSpan(BindableObject)Gets the column span of the bindable child element. | |
static | GetRow(BindableObject)Gets the row of the bindable child element. | |
static | GetRowSpan(BindableObject)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. | |
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)Method that is called when an attempt is made to resize this Xamarin.Forms.Grid element. | |