Method SetNeedsLayout | Terminal.Gui v2 (original) (raw)

Table of Contents

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 nextIteration so there is normally no reason to call see Layout().

Edit this page