Hello,
in my DataTree control I just want to allow special nodes to be drag & drop able. Therefore I would need a DragOver event to determine if a Drop operation is allowed on a hovered node. Corrently there is no such an event.
As read from a different thread, I could use the Drag & Drop Framework, but then I would loose the build in functionality of that tree control. e.g. No scrolling, no line indicator where to drop.
https://ko.infragistics.com/community/forums/p/57497/293250.aspx#293250