Xamarin.Forms.Grid.SetRow Method
Changes the row in which a child element will be placed.

Syntax

public static void SetRow (BindableObject bindable, int value)

Parameters

bindable
A child element of this Grid to move to a different row.
value
The row in which to place the child element.

Remarks

The Grid.SetRow method corresponds to the following XAML attached property:

Attached PropertyValue
Row

An integer that represents the row in which the item will appear.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0