Table of Contents

Property ClearScreenNextIteration

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

ClearScreenNextIteration

Gets or sets whether the screen will be cleared, and all Views redrawn, during the next Application iteration.

public bool ClearScreenNextIteration { get; set; }

Property Value

bool

Remarks

This is typically set to true when a View's Frame changes and that view has no SuperView (e.g. when TopRunnable is moved or resized).

Automatically reset to false after LayoutAndDraw(bool) processes it.