Table of Contents

Property NeedsDraw

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

NeedsDraw

Gets or sets whether the view needs to be redrawn.

public bool NeedsDraw { get; set; }

Property Value

bool

Remarks

Will be true if the NeedsLayout property is true or if any part of the view's Viewport needs to be redrawn.

Setting has no effect on NeedsLayout.