Table of Contents

Method ResizeFromLeft

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

ResizeFromLeft(int)

Resizes from the left edge by adjusting both X position and width (for keyboard). Moves the view left/right while expanding/contracting from the left.

public bool ResizeFromLeft(int delta)

Parameters

delta int

Amount to adjust (negative = left/expand, positive = right/contract).

Returns

bool

True if the resize was performed.