This is a migrated thread and some comments may be shown as answers.

Drag and Drop events dont fire in Addin Framework

1 Answer 48 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Noushad
Top achievements
Rank 1
Noushad asked on 23 Nov 2011, 09:52 AM
Hi

Any idea why none of the drag and drop events (DragQueryEvent etc) does not fire when the launched through the Microsoft Addin framework as a plugin.  I'm pretty sure its not problem in my code because the exact same project works fine and the drag events fire when launched from a normal wfp application. 

1 Answer, 1 is accepted

Sort by
0
Noushad
Top achievements
Rank 1
answered on 23 Nov 2011, 10:46 AM
I managed to resolve my issue from a hint that I picked up from another thread in this forum. (Problem with Drag And Drop 2010 Q3 SP1)

I basically did the following
 - Enable native drag mode - set RadDragAndDropManager.EnableNativeDrag = true in the App constructor. This mode does not relies on adorers to perform drag/drop operation

Thanks
Tags
DragAndDrop
Asked by
Noushad
Top achievements
Rank 1
Answers by
Noushad
Top achievements
Rank 1
Share this question
or