Table of Contents

Property NeedsDraw

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

NeedsDraw

Gets whether the view needs to be redrawn.

public bool NeedsDraw { get; }

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.