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
Can some one replay on the last issue raised by Kabinad? Thank you.
Hi,
I have the same issue. I am using the drag and drop framework from Infragistics in the tree and there are events for achieving your goal. However, the built-in features in the tree's drag and drop for scroll, the indicator for before/after, auto-expansion, etc. have to be implemented manually and it is very difficult to do so.
Is there any support for.the same events in the tree's drag and drop?