Method MoveSubViewToEnd
MoveSubViewToEnd(View)
Moves subview
to the end of the SubViews list.
If the Arrangement is Overlapped, keeps the original sorting.
public void MoveSubViewToEnd(View subview)
Parameters
subview
ViewThe subview to move.