Android.Widget.TableRow.VirtualChildCount Property

Syntax

[get: Android.Runtime.Register("getVirtualChildCount", "()I", "GetGetVirtualChildCountHandler")]
public virtual int VirtualChildCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the virtual number of children. This number might be different than the actual number of children if the layout can hold virtual children. Refer to Android.Widget.TableLayout and Android.Widget.TableRow for an example.

[Android Documentation]

Requirements

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