The members of Android.Widget.GridView are listed below.
See Also: Inherited members from Android.Widget.AbsListView
A constructor used when creating managed representations of JNI objects; called by the runtime. |
override | Adapter | IListAdapter. Returns the adapter currently associated with this widget. |
[read-only] | ColumnWidth | int. Return the width of a column in the grid. |
[read-only] | Gravity | Android.Views.GravityFlags. Describes how the child views are horizontally aligned. |
[read-only] | HorizontalSpacing | int. Returns the amount of horizontal spacing currently used between each item in the grid. |
NumColumns | int. Get the number of columns in the grid. | |
[read-only] | RequestedColumnWidth | int. Return the requested width of a column in the grid. |
[read-only] | RequestedHorizontalSpacing | int. Returns the requested amount of horizontal spacing between each item in the grid. |
StretchMode | StretchMode. | |
[read-only] | VerticalSpacing | int. Returns the amount of vertical spacing between each item in the grid. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
SetColumnWidth(int)Set the width of columns in the grid. | ||
SetGravity(Android.Views.GravityFlags)Set the gravity for this grid. | ||
SetHorizontalSpacing(int)Set the amount of horizontal (x) spacing to place between each item in the grid. | ||
SetNumColumns(int)Set the number of columns in the grid | ||
override | SetSelection(int)Sets the currently selected item | |
SetVerticalSpacing(int)Set the amount of vertical (y) spacing to place between each item in the grid. | ||
SmoothScrollByOffset(int)Smoothly scroll to the specified adapter position offset. |