Microsoft SDK for Java

ListView.beginUpdate

Maintains performance while items are added to the list view control one at a time by preventing the ListView control from painting until the endUpdate method is called.

Syntax

public final void beginUpdate()

Remarks

Call the endUpdate method when all the items have been added to the list view control so that the control can resume painting.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.