Xamarin.Forms.Grid.SetRowSpan Method
Changes the row span of the specified child element.

Syntax

public static void SetRowSpan (BindableObject bindable, int value)

Parameters

bindable
A child element of this Grid on which to assign a new row span.
value
The new row span.

Remarks

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

Attached PropertyValue
RowSpanAn integer that represents the number of rows that the item will span.

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