Table of Contents

Method AdjustWidth

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

AdjustWidth(int)

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

public bool AdjustWidth(int delta)

Parameters

delta int

Amount to adjust width by.

Returns

bool

True if the width was actually changed.