Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tree control that can handle more than 65000 items?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00612390
Message ID:
00612497
Vues:
24
Hmmmm... I'm honestly not sure why we didn't use that to begin with. Perhaps there was a problem that I'm forgetting? At any rate, I'll take a look at it.

Thanks,

Michelle


>Michelle,
>You could use the standard Treeview control that ships with VFP. It implements the Nodes property as a collection and not an array.
>
>A collection is in reality an array but it is accessed using a wrapper method/property (e.g. Item). Because of this, the only limits are those imposed explicitly by the developers or via the language it was written in (in this case VC++ where the 65000 limit does not apply).
>
>HTH.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform