Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
XamDataTree
posted

Hello, 

Using latest version 11.2 :

I am using XamDataTree in my application.

I set IsDraggable=True on the Tree and then I am able to drag my nodes over others nodes, that works fine.

However, now I want to also be able to drag the node to another control, simple TrashCan image in my case, with IsDropTarget set correctly.

When the node passes over the control, it is not allowed. 

If I remove the IsDraggable from the XamDataTree and implements the DragSource for each items, I can drag it to the control, but I can't drag my nodes in the tree anymore.

Can you help me out? I don't want to recreate the whole drag logic inside the tree.

Thank you, very appreciated.