Hi There,
working with a treeview, I need to refresh it when the value of another control changes. For that purpose, I clear it simply by MyTreeView.nodes.clear . Then, I repopulate it. However, though any intermediate check on the number of nodes shows that the number of nodes corresponds to my expectations, when the treeview is redisplayed, it has kept the whole history on display as if the clear would impact the counters, but not the actual contents...
(framework 2.0 SP1)
Any idea ?