I have a Touch Screen enabled application and i want to do some drag-drop using the touch events instead of mouse events. The problem is that DragDrop.DoDragDrop returns DragDropEffects.None when I trigger the drag-drop action from a touch event (touch down and touchmove combination).
With the mouse events everything works as expected.
I have no exception raised, and using the Surface toolkit is not an option.