The ControlsUpdateMode enumeration contains options for recalculating form components' size.
It is used by the following properties and methods:
Value | Brief description |
0 | ResizeOnUpdate. Components size is recalculated. |
1 | LockResizeOnUpdate. Components size is not recalculated. It is used to optimize operations with the form. |
The LockResizeOnUpdate mode disables size recalculation for the components that are linked to borders or are aligned with respect to the parent component's border.
See also: