Android.Widget.GridLayout.RowOrderPreserved Property
Returns whether or not row boundaries are ordered by their grid indices.

Syntax

[get: Android.Runtime.Register("isRowOrderPreserved", "()Z", "GetIsRowOrderPreservedHandler")]
[set: Android.Runtime.Register("setRowOrderPreserved", "(Z)V", "GetSetRowOrderPreserved_ZHandler")]
public virtual bool RowOrderPreserved { get; set; }

See Also

GridLayout.RowOrderPreserved
GridLayout.RowOrderPreserved

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether or not row boundaries are ordered by their grid indices.

Set method documentation [Android Documentation]

When this property is true, GridLayout is forced to place the row boundaries so that their associated grid indices are in ascending order in the view. When this property is false GridLayout is at liberty to place the vertical row boundaries in whatever order best fits the given constraints. The default value of this property is true.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14