Property NeedsLayout | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

NeedsLayout

Indicates the View's Frame or the layout of the View's subviews (including Adornments) have changed since the last time the View was laid out.

public bool NeedsLayout { get; }

Property Value

bool

true if layout is needed.

Remarks

Used to prevent Layout() from needlessly computing layout.

Edit this page