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
AlignmentMode | GridAlign. Returns the alignment mode. | |
[read-only] static | BaselineAlighment | GridLayout.Alignment. Indicates that a view should be aligned with the baselines of the other views in its cell group. |
[read-only] static | BottomAlighment | GridLayout.Alignment. Indicates that a view should be aligned with the bottom edges of the other views in its cell group. |
[read-only] static | Center | GridLayout.Alignment. Indicates that a view should be centered with the other views in its cell group. |
ColumnCount | int. Returns the current number of columns. | |
ColumnOrderPreserved | bool. Returns whether or not column boundaries are ordered by their grid indices. | |
[read-only] static | End | GridLayout.Alignment. Indicates that a view should be aligned with the end edges of the other views in its cell group. |
[read-only] static | Fill | GridLayout.Alignment. Indicates that a view should expanded to fit the boundaries of its cell group. |
[read-only] static | LeftAlighment | GridLayout.Alignment. Indicates that a view should be aligned with the left edges of the other views in its cell group. |
Orientation | GridOrientation. Returns the current orientation. | |
[read-only] static | RightAlighment | GridLayout.Alignment. Indicates that a view should be aligned with the right edges of the other views in its cell group. |
RowCount | int. Returns the current number of rows. | |
RowOrderPreserved | bool. Returns whether or not row boundaries are ordered by their grid indices. | |
[read-only] static | Start | GridLayout.Alignment. Indicates that a view should be aligned with the start edges of the other views in its cell group. |
[read-only] static | TopAlighment | GridLayout.Alignment. Indicates that a view should be aligned with the top edges of the other views in its cell group. |
UseDefaultMargins | bool. Returns whether or not this GridLayout will allocate default margins when no corresponding layout parameters are defined. |
[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. |