Method BringSubviewForward
BringSubviewForward(View)
Moves the subview backwards in the hierarchy, only one step
public void BringSubviewForward(View subview)
Parameters
subview
ViewThe subview to send backwards
Remarks
If you want to send the view all the way to the back use SendSubviewToBack.