Table of Contents

Method BringSubviewForward

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

BringSubviewForward(View)

Moves the subview backwards in the hierarchy, only one step

public void BringSubviewForward(View subview)

Parameters

subview View

The subview to send backwards

Remarks

If you want to send the view all the way to the back use SendSubviewToBack.