Android.Widget.GridView.HorizontalSpacing Property
Returns the amount of horizontal spacing currently used between each item in the grid.

Syntax

[get: Android.Runtime.Register("getHorizontalSpacing", "()I", "GetGetHorizontalSpacingHandler")]
public virtual int HorizontalSpacing { get; }

See Also

GridView.SetHorizontalSpacing(int)
GridView.RequestedHorizontalSpacing

Value

Documentation for this section has not yet been entered.

Remarks

Returns the amount of horizontal spacing currently used between each item in the grid.

This is only accurate for the current layout. If GridView.SetHorizontalSpacing(int) has been called but layout is not yet complete, this method may return a stale value. To get the horizontal spacing that was explicitly requested use GridView.RequestedHorizontalSpacing.

[Android Documentation]

Requirements

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