Method SendSubviewBackwards
SendSubviewBackwards(View)
Moves the subview backwards in the hierarchy, only one step
public void SendSubviewBackwards(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.