Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview Problem
Message
De
03/04/2003 03:30:55
 
 
À
02/04/2003 08:43:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00772794
Message ID:
00773435
Vues:
9
Hi Jim,

Your thoughts prompted me to go back and look at my Treeviews and the Treeview documentation.

I was setting the Treeview.Sorted property to true but overlooking the fact that *Nodes* also have their own Sorted property which must also be explicitly set to .T. ! So always using:

oNode = AddNode(...)
oNode.Sorted = T.

gets the desired result. Seems none of the other replies on this thread knew that either !

Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform