I have dragging working functionally (dragging from inside the application and from an external application), but I cannot for the life of me get the DragCue to show up when dragging from outside the program (it works fine when dragging items around the same application). What I realized is the DragCue is null inside the DropInfo event when dragging items from external programs. I tried to hook the DragInfo event (as shown in the WPF GridView Reorder Rows sample) to manually create the DragCue item, but this event is never fired for externally dragged items. As a last attempt, in the DropInfo event I created a DragCue item if it is null, but it is never displayed.
Is there a way to show the DragCue for externally dragged items?
Travis
Is there a way to show the DragCue for externally dragged items?
Travis