GridView.VerticalSpacing Property

Definition

Returns the amount of vertical spacing between each item in the grid.

public virtual int VerticalSpacing { [Android.Runtime.Register("getVerticalSpacing", "()I", "GetGetVerticalSpacingHandler")] get; }
[<get: Android.Runtime.Register("getVerticalSpacing", "()I", "GetGetVerticalSpacingHandler")>]
member this.VerticalSpacing : int

Property Value

The vertical spacing between items in pixels

Attributes

Remarks

Returns the amount of vertical spacing between each item in the grid.

Java documentation for android.widget.GridView.getVerticalSpacing().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also