Grid.SetRow(BindableObject, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes the row in which a child element will be placed.
public static void SetRow (Xamarin.Forms.BindableObject bindable, int value);
static member SetRow : Xamarin.Forms.BindableObject * int -> unit
Parameters
- bindable
- BindableObject
A child element of this Grid to move to a different row.
- value
- System.Int32
The row in which to place the child element.
Remarks
The SetRow(BindableObject, Int32) method corresponds to the following XAML attached property:
Attached Property | Value |
---|---|
Row | An integer that represents the row in which the item will appear. |