Treeview Listoption

lothos12345

Junior Contributor
Joined
May 2, 2002
Messages
294
Location
Texas
Does the treeview object in VB.NET have a limit to the number of items that it can contain. And if so is there a way to increase that limit? Any help given is greatly appreciated.
 
I can't imagine ther being a limit to the number of nodes you can put into a treeview as restrcited by the control itself, though I am sure you will find there is a limit to the number of nodes your computer's memory can handle. And that will probably vary from machine to machine.

You might want to do a couple of quick experiments and see if you can find a physical limit -- how many nodes can you put in until you reach the point of hitting the + and it takes forever to refresh or flickers madly everytime you scroll?
 
Back
Top