Table of Contents

Method OnSubViewsLaidOut

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnSubViewsLaidOut(LayoutEventArgs)

Because Dialog has a complex Dim.Auto setup, we override OnSubViewsLaidOut to see if another Layout is required.

protected override void OnSubViewsLaidOut(LayoutEventArgs args)

Parameters

args LayoutEventArgs

The event data containing information about the layout event.