Argh!
I am trying to populate a tree view on the fly that contains 7000 rows. the vast majority of these rows are in the 3rd and 4th level down. Needless to say, it loads like a slug!
Is there a way to create a static control with the flytreeview that already contains all the nodes that will load quickly?
Or anything else you can think of.
Suzy
PS. I have tried separate threads, reloading lower levels on expand, etc. Reloading forces the page to redraw the entire tree (Not a good thing)