Hi everybody i have a problem
I have a treeview and a combobox
the combobox contains 3 items, say Root1, Root2, Root3 niow if the user chooses Root2 then the nodes to the Root2 are build up in the treebview.
Now, the problem is to build up all the nodes takes really long and therefore if the user switches often beetween the Roots it takes far to long
Now i would look for something, that once say Root2 is build up and the user chooses Root3 then the Root2 should be saved in some way so that if the user again chooses Root2 then the Nodes dont need to be build up again but just put back into view
I already thought about using 3 differen treeviews and setting them invisible/visible but thats not working in this case as the whole programme would have to be changed and that would take me weeks to do so if somebody knows a different way that would be really wonderfull
thanks so very much
I have a treeview and a combobox
the combobox contains 3 items, say Root1, Root2, Root3 niow if the user chooses Root2 then the nodes to the Root2 are build up in the treebview.
Now, the problem is to build up all the nodes takes really long and therefore if the user switches often beetween the Roots it takes far to long
Now i would look for something, that once say Root2 is build up and the user chooses Root3 then the Root2 should be saved in some way so that if the user again chooses Root2 then the Nodes dont need to be build up again but just put back into view
I already thought about using 3 differen treeviews and setting them invisible/visible but thats not working in this case as the whole programme would have to be changed and that would take me weeks to do so if somebody knows a different way that would be really wonderfull
thanks so very much