Android.Resource.Attribute.RowOrderPreserved Field
When set to true, forces row boundaries to appear in the same order as row indices.

Value: 16843638

Syntax

[Android.Runtime.Register("rowOrderPreserved")]
public const int RowOrderPreserved

Remarks

When set to true, forces row boundaries to appear in the same order as row indices. The default is true. See Android.Widget.GridLayout.RowOrderPreserved.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

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