Method LayoutAndDraw | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
LayoutAndDraw(bool)
Causes any Toplevels that need layout to be laid out. Then draws any Toplevels that need display. Only Views that need to be laid out (see NeedsLayout) will be laid out. Only Views that need to be drawn (see NeedsDraw) will be drawn.
void LayoutAndDraw(bool forceDraw)
Parameters
forceDraw
bool
If true the entire View hierarchy will be redrawn. The default is false and should only be overriden for testing.