ListBox.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables redrawing the list until the endUpdate method is called.

Example

The example of method use is given on the Example of Creating the ListBox Component page.

See also:

ListBox