Table of Contents

Method AdjustHeight

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

AdjustHeight(int)

Adjusts the view's height by the specified delta, respecting minimum height.

public bool AdjustHeight(int delta)

Parameters

delta int

Amount to adjust height by.

Returns

bool

True if the height was actually changed.