beginUpdate();
The beginUpdate method disables redrawing of the control until the endUpdate method is invoked.
The example of method use is given in description of the TabControl.removeItemByIndex method.
See also:
TabControl