[archived content]

Control.layout event

public Event layout(Control,LayoutEventArgs)

For more information on events, see using events.

The layout event is called whenever the control should re-adjust its layout.

For example, the layout event is called when your form is resized, and in the event handler you can resize a text box to be proportional to the new size.

Page last modified on July 09, 2010, at 12:55 AM