The methods of Android.Widget.GridLayout are listed below. For a list of all members, see the GridLayout Members list.
See Also: Inherited members from Android.Views.ViewGroup
static | InvokeSpec(int)Return a Spec, spec, where: | |
static | InvokeSpec(int, GridLayout.Alignment)Return a Spec, spec, where: | |
static | InvokeSpec(int, int)Return a Spec, spec, where: | |
static | InvokeSpec(int, float)Equivalent to: spec(start, 1, weight). | |
static | InvokeSpec(int, GridLayout.Alignment, float)Equivalent to: spec(start, 1, alignment, weight). | |
static | InvokeSpec(int, int, GridLayout.Alignment)Equivalent to: spec(start, size, alignment, 0f). | |
static | InvokeSpec(int, int, float)Equivalent to: spec(start, 1, default_alignment, weight) - where default_alignment is specified in NoType:android/widget/GridLayout$LayoutParams;Href=../../../reference/android/widget/GridLayout.LayoutParams.html. | |
static | InvokeSpec(int, int, GridLayout.Alignment, float)Return a Spec, spec, where: |