Android.Widget.GridView.SetVerticalSpacing Method
Set the amount of vertical (y) spacing to place between each item in the grid.

Syntax

[Android.Runtime.Register("setVerticalSpacing", "(I)V", "GetSetVerticalSpacing_IHandler")]
public virtual void SetVerticalSpacing (int verticalSpacing)

See Also

GridView.VerticalSpacing

Parameters

verticalSpacing
The amount of vertical space between items, in pixels.

Remarks

Set the amount of vertical (y) spacing to place between each item in the grid.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1