Slider.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method blocks updating for the Slider component.

Comments

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.

Example

The property use is given in the page with description of the Slider.addItem method.

See also:

 Slider