Member Name | Description |
---|---|
Bounds |
GridLayout.AlignmentMode alignmentMode GridLayout.AlignBounds Android.Views.View.Top Android.Views.View.Left Android.Views.View.Bottom Android.Views.View.Right For example, when GridLayout is in GridLayout.AlignBounds mode, children that belong to a row group that uses GridLayout.TOP alignment will all return the same value when their Android.Views.View.Top method is called. |
Margins |
GridLayout.AlignmentMode alignmentMode GridLayout.AlignMargins For example, when GridLayout is in GridLayout.AlignMargins mode, the quantity top - layoutParams.topMargin is the same for all children that belong to a row group that uses GridLayout.TOP alignment. |