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
subviewViewThe subview to move.
Moves subview to the end of the SubViews list.
If the Arrangement is Overlapped, keeps the original sorting.
public void MoveSubViewToEnd(View subview)
subview ViewThe subview to move.