D
Danny Liberty
Hi,
I would like to display a large amount of data stored in a file (100Mb
or higher) in a treeview control.
It would be very inefficient to preload all the data into the treeview
since it would take an extremely long time to load the form and it
would also consume a large amount of memory.
My question is what would be an appropriate solution? I could use a
memory map and then override the MouseClick to load only a batch of
items each time the control is scrolled through, but it seems a rather
awkward solution...
Thanks in advance,
Danny
I would like to display a large amount of data stored in a file (100Mb
or higher) in a treeview control.
It would be very inefficient to preload all the data into the treeview
since it would take an extremely long time to load the form and it
would also consume a large amount of memory.
My question is what would be an appropriate solution? I could use a
memory map and then override the MouseClick to load only a batch of
items each time the control is scrolled through, but it seems a rather
awkward solution...
Thanks in advance,
Danny