BeginUpdate;
The BeginUpdate method locks update of visual list of elements in the component until the EndUpdate method is executed.
It is used when several elements are inserted at the same time to prevent blinking of the list of elements in the component.
See also: