BeginUpdate;
The BeginUpdate method disables rerendering of component contents.
Resuming of component rerendering and applying of all changes is made by means of the EndUpdate method.
The example of use is given in description of the Pads property.
See also: