I want to be able to drag & drop treeview nodes onto a "trashcan" icon to remove them from the treeview. I added a label icon & set its AllowDrop property to True, but apparently a label control can't accept a treeview node. So, can anyone suggest how I could do this? Are there any other controls that can accept a treeview node besides a treeview? Thanks...
↧