Property NeedsDraw | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
NeedsDraw
Gets or sets whether the view needs to be redrawn.
public bool NeedsDraw { get; set; }
Property Value
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.