beginUpdate();
The beginUpdate method blocks updating for the Slider component.
The method that optimizes component updating must be called before the component is consecutively changed. After the changes in component are completed, call the endUpdate method.
The example of use is given in the page with description of the Slider.addItem method.
See also: