Method BringSubviewToFront
BringSubviewToFront(View)
Brings the specified subview to the front so it is drawn on top of any other views.
public void BringSubviewToFront(View subview)
Parameters
subview
ViewThe subview to send to the front
Brings the specified subview to the front so it is drawn on top of any other views.
public void BringSubviewToFront(View subview)
subview
ViewThe subview to send to the front