Xamarin.Forms.Grid.RowSpacing Property
Gets or sets the amount of space left between rows in the Grid. This is a bindable property.

Syntax

public double RowSpacing { get; set; }

Value

The space between rows

Remarks

The Grid.RowSpacing property does not control spacing on the top and bottom edges of the Xamarin.Forms.Grid layout. Application developers can control the spacing around the outside of the Xamarin.Forms.Grid layout by setting the Page.Padding property of the visual element to which it belongs.

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