Android.Widget.GridView.RequestedHorizontalSpacing Property
Returns the requested amount of horizontal spacing between each item in the grid.

Syntax

[get: Android.Runtime.Register("getRequestedHorizontalSpacing", "()I", "GetGetRequestedHorizontalSpacingHandler")]
public virtual int RequestedHorizontalSpacing { get; }

See Also

GridView.SetHorizontalSpacing(int)
GridView.HorizontalSpacing

Value

Documentation for this section has not yet been entered.

Remarks

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

The value returned may have been supplied during inflation as part of a style, the default GridView style, or by a call to GridView.SetHorizontalSpacing(int). If layout is not yet complete or if GridView calculated a different horizontal spacing from what was requested, this may return a different value from GridView.HorizontalSpacing.

[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