See Also: LayoutEngine Members
Use the System.Windows.Forms.Layout.LayoutEngine class when you want to create custom layout behavior at run time. Derive your own class from the System.Windows.Forms.Layout.LayoutEngine class and override the LayoutEngine.Layout(object, System.Windows.Forms.LayoutEventArgs) method to define your custom layout behavior.