Android.Widget.GridLayout.RowCount Property
Returns the current number of rows.

Syntax

[get: Android.Runtime.Register("getRowCount", "()I", "GetGetRowCountHandler")]
[set: Android.Runtime.Register("setRowCount", "(I)V", "GetSetRowCount_IHandler")]
public virtual int RowCount { get; set; }

See Also

GridLayout.RowCount
GridLayout.RowCount

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current number of rows. This is either the last value that was set with GridLayout.RowCount or, if no such value was set, the maximum value of each the upper bounds defined in NoType:android/widget/GridLayout$LayoutParams;Href=../../../reference/android/widget/GridLayout.LayoutParams.html#rowSpec.

Set method documentation [Android Documentation]

RowCount is used only to generate default row/column indices when they are not specified by a component's layout parameters.

Requirements

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