Table of Contents

Method MoveSubViewToEnd

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

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 View

The subview to move.