Any suggestions for a treeview that will load on demand.

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

Does anybody have any experience with a tree view control for winforms that
will automatically load on demand (I could write it myself but why bother.)

Just wondering which, if any of them, are any good.

TIA - Jeff.
 
Does anybody have any experience with a tree view control for winforms that
will automatically load on demand (I could write it myself but why bother.)

Just wondering which, if any of them, are any good.

TIA - Jeff.

Take a look at Infralution's Virtual Tree control. It only loads the
data necessary to display the current nodes on the screen. So even
if a node has 1000's of children Virtual Tree will only load the 30 or
so required to display (given the current scrollbar location). You
can get more information and download an evaluation version from
www.infralution.com/virtualtree.html

Regards
Grant Frisken
Infralution
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top