Hi!
I populate i dynamicly with treeView.Nodes.Add(new TreeNode("A new Node"))
....
It's a quiete big hierarchy with six levels and I don't know how many nodes
in every level.
/Henke
"Patrick.O.Ige" <PatrickOIge@discussions.microsoft.com> skrev i meddelandet
news:59E8AB12-8DAF-4CEF-A8DE-BCD9AAD55E11@microsoft.com...
[quoted text, click to view] >I think microsoft advice was not to have more than 1000 nodes:)
> How are u populating ur TreeView ?
>
>
> "Henke" wrote:
>
>> Hi!
>> We are using the TreeView control to display data in a web application.
>> We have noticed that the performance is extremely low when there are many
>> nodes in the tree. Is there any recomendation regardning the maximum
>> number
>> of nodes in the tree? Is there any way to increase the performance, or
>> maybe
>> any other component to use?
>>
>> Thanks, Henke!
>>
>>
>>
>>