Hola peeps,

Is it possible to instanciate a treeview nodes collection externally from the actual control, build up the tree and then use something like:

Set TreeView1.Nodes = MyNodes

to display it?

I can't think of any way other than to use a second 'invisible' treeview control?

Anyone?

(I guess I want to be able to add whoel nodes to a treeview without having to create all the sub-nodes...I want to store my nodes so I don't have to do a complete refresh of my tree-view every time something changes...)



Dan

[Edited by Judd on 05-02-2000 at 06:02 AM]