Event Name |
Functionality |
DragEnter |
This event will fire when one Node starts to intersect with other Node. |
DragOver |
This event will fire when one Node drag(mouse) over the other Node. |
DragLeave |
This event will fire when drag leaves the other Node, without dropping on another Node. |
ItemDrop |
This event will fire when one Node dropped on the other Node. |
S.No |
Query |
Response |
1 |
Is something similar available in the classic version i.e. Syncfusion.Diagram.WPF.
Also; can you tell me if we can detect this once the items are dropped and diagram is create (maybe on click of an external button)
|
We have provided support in SfDiagram. But, we don’t have support for the requested feature in DiagramControl (Classic). |
2 |
I found one link in your forum but I cannot download the same.
(LINK: https://www.syncfusion.com/forums/104469/preventing-nodes-from-leaving-visible-diagramview-area)
Can you please re-upload the solution align with any comments.
|
We have provided the sample shared in the forum #104469.Please refer to the sample from the following link.
Sample Link:PreventFromOverlapping |