Any advice to delete a tree control? Before populating my tree control with new values, i want to erase all the existing items in the tree. I don't find a quick way to do it.
Since the tree control is a special type of list control, you can use all the list control functions on a tree control. To delete all the items in a tree control, call DeleteListItem (panel, tree, 0, -1).