Android.Widget.TableRow.GetVirtualChildAt Method

Syntax

[Android.Runtime.Register("getVirtualChildAt", "(I)Landroid/view/View;", "GetGetVirtualChildAt_IHandler")]
public virtual Android.Views.View GetVirtualChildAt (int i)

Parameters

i
the child's index

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the view at the specified index. This method can be overriden to take into account 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