Control.Layout Event
.NET Framework (current version)
Occurs when a control should reposition its child controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The Layout event occurs when child controls are added or removed, when the bounds of the control changes, and when other changes occur that can affect the layout of the control. The layout event can be suppressed using the SuspendLayout and ResumeLayout methods. Suspending layout enables you to perform multiple actions on a control without having to perform a layout for each change. For example, if you resize and move a control, each operation would raise a Layout event.
For more information about handling events, see Handling and Raising Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: