Android.Widget.GridView.NumColumns Property
Get the number of columns in the grid.

Syntax

[get: Android.Runtime.Register("getNumColumns", "()I", "GetGetNumColumnsHandler")]
public virtual int NumColumns { get; set; }

See Also

GridView.SetNumColumns(int)

Value

Documentation for this section has not yet been entered.

Remarks

Get the number of columns in the grid. Returns GridView.AUTO_FIT if the Grid has never been laid out.

[Android Documentation]

Requirements

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