Property NeedsLayout | Terminal.Gui v2 (original) (raw)
Namespace
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
true if layout is needed.
Remarks
Used to prevent Layout() from needlessly computing layout.