Table of Contents

Method LayoutSubviews

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

LayoutSubviews()

Invoked when the dimensions of the view have changed, for example in response to the container view or terminal resizing.

public virtual void LayoutSubviews()

Remarks

See the View Layout Deep Dive for more information: https://gui-cs.github.io/Terminal.GuiV2Docs/docs/layout.html

The position and dimensions of the view are indeterminate until the view has been initialized. Therefore, the behavior of this method is indeterminate if IsInitialized is false.

Raises the LayoutComplete event before it returns.