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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Layout(Size)

Performs layout of the view and its subviews within the specified content size.

public bool Layout(Size contentSize)

Parameters

contentSize Size

Returns

bool

falseIf the view could not be laid out (typically because a dependencies was not ready).

Layout()

Performs layout of the view and its subviews using the content size of either the SuperView orScreen.

Returns

bool

falseIf the view could not be laid out (typically because dependency was not ready).