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

Syntax

[get: Android.Runtime.Register("isColumnOrderPreserved", "()Z", "GetIsColumnOrderPreservedHandler")]
[set: Android.Runtime.Register("setColumnOrderPreserved", "(Z)V", "GetSetColumnOrderPreserved_ZHandler")]
public virtual bool ColumnOrderPreserved { get; set; }

See Also

GridLayout.ColumnOrderPreserved
GridLayout.ColumnOrderPreserved

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

When this property is true, GridLayout is forced to place the column 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 horizontal column 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