Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need IDEA ! ListView
Message
De
24/11/1999 09:08:50
 
 
À
24/11/1999 08:31:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00294872
Message ID:
00294964
Vues:
26
>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).

Hi, Neil.
Thank you for reply.
Interesting idea.
You are right. Treeview not blinking when I make height 999999. But.. Is possible to make LockScreen for ListView object? When I change height to 99999 I se full height on the form. Lock screen not work with ListView :(
Denis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform