Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need IDEA ! ListView
Message
De
24/11/1999 08:31:02
 
 
À
24/11/1999 06:28:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00294872
Message ID:
00294923
Vues:
24
If you are talking about the ActiveX listview control then try the following (I cant remember where I saw the original idea):

ThisForm.LockScreen = .T.

ThisForm.loListView.Enabled = .F.
ThisForm.loListView.Height = 99999

*!* Add items here.

ThisForm.loListView.Height = 100 && Original Height.

ThisForm.LockScreen = .F.


This will increase the load performance (it does on TreeView control).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform