Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to optimize use of the treeview-control in VFP?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00181709
Message ID:
00183524
Vues:
20
>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 ---
This makes my form flash.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform