Method LayoutSubviews | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

LayoutSubviews()

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

public virtual void LayoutSubviews()

Remarks

Calls OnLayoutComplete(LayoutEventArgs) (which raises the LayoutComplete event) before it returns.

Edit this page