Hello
mouloud djamah,
To cancel the default
drag and
drop behavior of NTreeViewEx control you need to attach to Item
Drag event and in the event handler you have to set Handled property of NLightUIItem
DragDropEventArgs parameter to true.
Then you can implement your custom
drag and
drop behavior.
I hope this helps.
Best Regards,
Nevron Support Team