Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tree control that can handle more than 65000 items?
Message
From
29/01/2002 17:03:49
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00612390
Message ID:
00612497
Views:
23
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform