- view
- the view to remove from the group
Removes a view during layout. This is useful if in your onLayout() method, you need to remove more views.
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.