Any suggestions for a treeview that will load on demand.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mufasa

    Any suggestions for a treeview that will load on demand.

    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.


  • Grant Frisken

    #2
    Re: Any suggestions for a treeview that will load on demand.

    On Feb 20, 2:27 pm, "Mufasa" <j...@nowhere.c omwrote:
    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


    Regards
    Grant Frisken
    Infralution

    Comment

    Working...