Property ClearScreenNextIteration
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
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.