The Resize event is generated after the control has been
resized.
Syntax
Sub object_Resize ( [Index As
Integer] )
Remarks
This event can be used to move or resize other controls when the
control is resized. You can also use the Resize event to recalculate
the width and/or height of controls that depend on the size of the
control window.
See Also
Change Event
|