AXSoft Resizer - Resize
Description |
Resizes all the controls on the form kepping them in proportion to the screen width and height. |
||||
Type |
Sub-procedure |
||||
Syntax |
object.Resize()
|
||||
Return Type |
None |
||||
Remarks |
This procedure should be called in the Form_Resize event or anytime, when the form is resized. Since this procedure uses SaveControlPositions to determine the new height and width and position of the controls, the SaveControlPositions should be called at least once before Resize is executed. |