Table of Contents

Method SetNeedsLayout

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetNeedsLayout()

Sets NeedsLayout to return true, indicating this View and all of it's subviews (including adornments) need to be laid out in the next Application iteration.

public void SetNeedsLayout()

Remarks

The MainLoop will cause Layout() to be called on the next Iteration so there is normally no reason to call see Layout().