Hi!
Is there a way to get a DragOver notification for the XamDataTree? I found the DataTree events NodeDraggingStart, NodeDragDrop and NodeDragEnd but no NodeDragOver event. We have to apply a special business logic that controls the drag drop behaviour (e.g. if drop is allowed at all).
I tried the default WPF Control Events, but non of them was fired.
Kind regards,
Dominik Hasiwar
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Krasimir,
I checked your suggested solution and even run the sample project. Here is the problem with this approach :
Creating custom drag and drop within each of the xamdatatreenodecontrols brakes xamdatatree hover-over expansion and scrolling behavior .This is because the xamdatatree uses the infragistics dragDropFramework internally.
Can you modify your sample project that also works with xamdatatree hover-over expansion and scrolling behavior?
Thanks ,
kabinad