I know this issue has been talked about before but just want to check with others before I give up.
I want to load about 100,000 items into a treeview control. I have been doing some tests ( on the root node only for now) and speed for inserting up to about 10,000 items seems fine (less than a second on my machine) and the process slows to a second or two at 15,000 items. At 30,000 items the speed creeps to 20 seconds or so. I guess the control was never designed for these item counts to begin with but should I give up now or is there a trick I am missing.
Jim
I want to load about 100,000 items into a treeview control. I have been doing some tests ( on the root node only for now) and speed for inserting up to about 10,000 items seems fine (less than a second on my machine) and the process slows to a second or two at 15,000 items. At 30,000 items the speed creeps to 20 seconds or so. I guess the control was never designed for these item counts to begin with but should I give up now or is there a trick I am missing.
Jim
Comment