Xamarin.Forms.Grid.ColumnSpacing Property
Provides the interface for the bound property that gets or sets the distance between columns in the Grid.

Syntax

public double ColumnSpacing { get; set; }

Value

The space between columns in this Xamarin.Forms.Gridlayout.

Remarks

The Grid.ColumnSpacing property does not control spacing on the left and right 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