Table of Contents

Method LayoutAndDraw

Namespace
Terminal.Gui
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.

public static void LayoutAndDraw(bool forceDraw = false)

Parameters

forceDraw bool

If true the entire View hierarchy will be redrawn. The default is false and should only be overriden for testing.