Android.Views.ViewGroup.RemoveViews Method
Removes the specified range of views from the group.

Syntax

[Android.Runtime.Register("removeViews", "(II)V", "GetRemoveViews_IIHandler")]
public virtual void RemoveViews (int start, int count)

Parameters

start
the first position in the group of the range of views to remove
count
the number of views to remove

Remarks

Removes the specified range of views from 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