@AndyP wrote:
Hi,
I have a treeview as my source for drag'n'drop to create nodes on the diagram. I implemented a CustomDraggingTool too.All works well.
Now I have a user, he starts dragging from the treeview, moves the new node in the diagram, but before dropping in the diagram he moves the node back to the treeview and release the mousebutton. I've tried many ugly things to handle this, getting unwanted dependencies in the View with the treeview.
Is there a way the customdraggingtool can be informed that the drag is canceled or that the drop happened on another control?
Posts: 2
Participants: 2