|
Total Access Components Tour: ResizeThe Resize control is a non-visual control that automatically resizes controls on a Microsoft Access form when the form is resized. The controls are resized based on their relative sizes when the Init method is called. Using the Resize ControlUsing the Resize control involves three steps: Step 1 - Initialize the Resize ControlIn your forms Load event, call the Init method of the Resize control. This initializes the control and lets it determine the sizing ratios for the controls on the form. Step 2 - Tell the Resize Control to Resize the Controls on the FormIn your forms Resize event, call the Resize method of the Resize control. This resizes all the controls on the form. Step 3 - Close the Resize ControlIn your form’s Close event, call the Close method of the Resize control. This releases any resources the control is using. Resize Properties
Resize Methods
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||