B
Brian Tkatch
I have a form that has six possible setups for a TreeView, though after
the Tree is shown, they all act the same way. The Nodes have three or
four levels.
Repopulating the tree for another setup takes a moment due to the logic
involved in populating it. I am wondering it it would be faster if i
could "save" the nodes for later.
CopyTo and AddRange seem to support one level. Is there soimething
similar for a multi-dimensional array?
B.
the Tree is shown, they all act the same way. The Nodes have three or
four levels.
Repopulating the tree for another setup takes a moment due to the logic
involved in populating it. I am wondering it it would be faster if i
could "save" the nodes for later.
CopyTo and AddRange seem to support one level. Is there soimething
similar for a multi-dimensional array?
B.