Xamarin.Forms.Grid.RowDefinitions Property
Provides the interface for the bound property that gets or sets the collection of RowDefinition objects that control the heights of each row.

Syntax

public RowDefinitionCollection RowDefinitions { get; set; }

Value

A RowDefinitionCollection for the Grid instance.

Remarks

RowDefinitions is an ordered set of Xamarin.Forms.RowDefinition objects that determine the height of each column. Each successive RowDefintion controls the width of each successive column. If RowDefinitions is empty, or if there are more rows than definitions, then rows for which there is no definition are rendered as if they were controlled by a RowDefinition object that has its RowDefinition.Height property set to GridLength.Auto.

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