Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView
Message
De
29/06/2005 12:50:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
01026668
Message ID:
01027445
Vues:
10
Gerard,

When you add a new node in the TreeView, the function Add returns an object for the new added node. Using this object you have to set the parent node property Expanded to .T., in this case the subnodes will appear and you can select the node. Try this after you add a node:
oNode.Parent.Expanded = .T.
oNode.Selected = .T.

For editing, i had the same problem as you and i still don,t know how to proceed.

Ricardo Pôssas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform