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
285
Drag and Drop between XamDataTrees
posted

 

Hello,

 

I have Multiple Content controls each living in a content pane. The content panes live on a Split Pane. The Split Panes live in a XamDockManager.Panes collection. Each of the content controls contains a xamdatatree. Should I be able to drag/drop between the trees living in the different content controls? If so, how is this accomplished? I've set each of the tree's node layouts contain IsDraggable="True" and IsDropTarget="True". I've placed DragDropManager.DragSource elements at various locations in the logical tree, but the target window never appears to receive an event. I don't see an example for dragging between controls - only dragging within a tree. This seems to work fine.

 

Thanks,

Chris

 

Parents Reply Children