Android.Widget.GridView Class
A view that shows items in two-dimensional scrolling grid.

See Also: GridView Members

Syntax

[Android.Runtime.Register("android/widget/GridView", DoNotGenerateAcw=true)]
public class GridView : AbsListView

Remarks

A view that shows items in two-dimensional scrolling grid. The items in the grid come from the Android.Widget.IListAdapter associated with this view.

See the Grid View guide.

[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