The ExResizer allows you to resize controls in a form proportionally or
maintain the components' anchored sizes and positions. The ExResizer alters the
sizes and positions of controls on Visual Basic forms as they are sized. Here's the
list of supported properties and methods:
| | Name | Description | |
| | Anchor | Gets or sets which edges of the control(s) are anchored to the edges of its container. | |
| | Enabled | Retrieves or sets a value that indicates whether the control is enabled or disabled. | |
| | FormMaxHeight | Retrieves or sets a value that indicates the maximum height for the form. | |
| | FormMaxWidth | Retrieves or sets a value that indicates the maximum width for the form. | |
| | FormMinHeight | Retrieves or sets a value that indicates the minimum height for the form. | |
| | FormMinWidth | Retrieves or sets a value that indicates the minimum width for the form. | |
| | ObjectAnchor | Retrieves or sets a value that indicates the object's anchor value. | |
| | Refresh | Refreshes the objects coordinates. | |
| | Update | Updates the position and size for each anchored control. | |