Hello,
I have a child in a tree. I want to move the child and its subordinated child items from one parent to another. Until know I have to read out the child and its child items, to delete the item I want to move to add the the list of childs under the destination parent.
Is there also another solution?
Fred
I have now added code to make the automatic drag/drop within a tree control smart enough to move or copy the selected item and its children.