Android.Widget.GridLayout: Property Members

The properties 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

Public Properties

AlignmentModeGridAlign. Returns the alignment mode.
[read-only]
static
BaselineAlighmentGridLayout.Alignment. Indicates that a view should be aligned with the baselines of the other views in its cell group.
[read-only]
static
BottomAlighmentGridLayout.Alignment. Indicates that a view should be aligned with the bottom edges of the other views in its cell group.
[read-only]
static
CenterGridLayout.Alignment. Indicates that a view should be centered with the other views in its cell group.
ColumnCountint. Returns the current number of columns.
ColumnOrderPreservedbool. Returns whether or not column boundaries are ordered by their grid indices.
[read-only]
static
EndGridLayout.Alignment. Indicates that a view should be aligned with the end edges of the other views in its cell group.
[read-only]
static
FillGridLayout.Alignment. Indicates that a view should expanded to fit the boundaries of its cell group.
[read-only]
static
LeftAlighmentGridLayout.Alignment. Indicates that a view should be aligned with the left edges of the other views in its cell group.
OrientationGridOrientation. Returns the current orientation.
[read-only]
static
RightAlighmentGridLayout.Alignment. Indicates that a view should be aligned with the right edges of the other views in its cell group.
RowCountint. Returns the current number of rows.
RowOrderPreservedbool. Returns whether or not row boundaries are ordered by their grid indices.
[read-only]
static
StartGridLayout.Alignment. Indicates that a view should be aligned with the start edges of the other views in its cell group.
[read-only]
static
TopAlighmentGridLayout.Alignment. Indicates that a view should be aligned with the top edges of the other views in its cell group.
UseDefaultMarginsbool. Returns whether or not this GridLayout will allocate default margins when no corresponding layout parameters are defined.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.