Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to optimize use of the treeview-control in VFP?
Message
 
À
29/01/1999 06:03:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00181709
Message ID:
00183063
Vues:
17
Just another speed tip - the slowest thing with TreeViews
and all the other List type ActiveX controls is the display
speed. To drastically speed up displaying large numbers
of nodes do:
THISFORM.Lockscreen = .t.
THISFORM.oTree.Visible = .F.

... do your list building code here

THISFORM.oTree.Visible = .T.
THISFORM.Lockscreen = .F.
+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform