Is there anyway of refreshing the treeview control control after deleting a node without having to load the whole tree again. Documentation on TreeView is really bad. Any help is appreciated. First of all I cant find a method for deleting a node like the AddNode in the node collections so I detect node cliked get its key and delete record from dbf, but treeview does not reflect the deletion, only if I reload the tree again, this works, but could be slow when a lot of nodes present. Thanks in advance