Re: Displaying large amount of data in a Treeview
- From: "rhaazy" <rhaazy@xxxxxxxxx>
- Date: 29 Jun 2006 10:23:37 -0700
I dont think anyone can answer your question unless you are a 'little'
more specific with what kind of data you are dealing with. Is it an
XML document? This type of problem sounds like something that could be
handled by formating your data into XML and parsing out only what you
need.
Danny Liberty wrote:
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
.
- Follow-Ups:
- Re: Displaying large amount of data in a Treeview
- From: Danny Liberty
- Re: Displaying large amount of data in a Treeview
- References:
- Displaying large amount of data in a Treeview
- From: Danny Liberty
- Displaying large amount of data in a Treeview
- Prev by Date: Re: I need a gap between two tabs in a TabControl. Could anyone help?
- Next by Date: Re: What is the correct way to slow down a Winform app?
- Previous by thread: Displaying large amount of data in a Treeview
- Next by thread: Re: Displaying large amount of data in a Treeview
- Index(es):
Relevant Pages
|