Android.Views.ViewGroup.RemoveViewAt Method
Removes the view at the specified position in the group.

Syntax

[Android.Runtime.Register("removeViewAt", "(I)V", "GetRemoveViewAt_IHandler")]
public virtual void RemoveViewAt (int index)

Parameters

index
the position in the group of the view to remove

Remarks

Removes the view at the specified position in the group.

Note: do not invoke this method from View.Draw(Android.Graphics.Canvas), View.OnDraw(Android.Graphics.Canvas), ViewGroup.dispatchDraw(android.graphics.Canvas) or any related method.

[Android Documentation]

Requirements

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