Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSTreeview-How to set expanded on
Message
De
27/03/2000 09:05:55
 
 
À
27/03/2000 08:21:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00350648
Message ID:
00350696
Vues:
22
Thanks,
Now everything works, except the treview is not visble unti I click on the space where it is located.

Peter





>You could try setting the Expanded node property to .T. as you load each node into the TreeView. For example:-
>
>loNode = ThisForm.TreeView.Nodes.Add(....)
>loNode.Expanded = .T.
>
>Performance may suffer a little if you have large numbers of nodes to deal with but their is an API call to stop windows updating through the TreeViews HWND property.
Peter Cortiel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform