Welcome Guest Search | Active Topics | Sign In | Register

Max number of nodes in TreeView Options
DarkE
Posted: Friday, June 27, 2008 1:19:25 AM
Rank: Newbie
Groups: Member

Joined: 6/27/2008
Posts: 1
Hi,

I would like to ask how many nodes is the TreeView capable to display and effectively work with?
I am lookin for a tree control that could display/work with 20k+ nodes.

Thanks
eo_support
Posted: Friday, June 27, 2008 8:48:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
Hi,

No TreeView will be able to display 20K+ nodes at the same time. You will need to use PopulateOnDemand feature to populate the nodes on demand:

http://www.essentialobjects.com/Demo/Default.aspx?path=TreeView\_i1\_i1

Once you use populate on demand, there is virtually no limits on how many nodes your TreeView can work with because it does not load all the nodes. It only loads the nodes that user have expanded.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.