This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi! I want use WPF DiagramToolBox for grouping items with ability to expanding/collapsing groups and drag items outside toolbox. I am overriding drag and drop mechanism with my own code by registering handlers for events:
I am creating dragging adorner inside PreviewDragEnter handler and refreshing its position inside PreviewDragOver. When adorner is moved inside DiagramToolBox control everything is absolutely fine. But when any part of an adorner leaves DiagramToolBox control area then adorner is overlayed by another controls and when mouse leaves DiagramToolBox adorner disappears completely. When I am dragging items from ListView adorner is shown at top of another controls. Do you have any suggestions for possible reasons of that behavior? Do I need make specials steps to override default DiagramToolBox drag and drop behavior? |
|
|
Hello Could you please send us a simple visual studio project of what you have got so far? I'll be able to debug this and get back to you with the solution.
|
|