Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeView.beginUpdate
Maintains performance while items are added to the tree view control one at a time by preventing the TreeView control from painting until the endUpdate method is called.
Syntax
public void beginUpdate()
Remarks
Call the endUpdate method when all the items have been added to the tree view control so that the control can resume painting.