Android.Views.ViewGroup.BringChildToFront Method
Change the z order of the child so it's on top of all other children.

Syntax

[Android.Runtime.Register("bringChildToFront", "(Landroid/view/View;)V", "GetBringChildToFront_Landroid_view_View_Handler")]
public virtual void BringChildToFront (View child)

Parameters

child
The child to bring to the top of the z order

Remarks

Change the z order of the child so it's on top of all other children. This ordering change may affect layout, if this container uses an order-dependent layout scheme (e.g., LinearLayout). Prior to NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#KITKAT this method should be followed by calls to IViewParent.RequestLayout and View.Invalidate on this parent to force the parent to redraw with the new child ordering.

[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