I have a tree view list that gets loaded based on a search value in a text box. There can be a many as 8,000 nodes loaded at one time. Prior to loading I clear the list with the .Nodes.Clear method, this is very slow. Is there a faster way to clear a tree view?
Thanks
