There seems to be a problem when using DoDragDrop on Windows 8.1 and a WPF C# app. To keep it simple I used the code example from this post Drag-and-Drop with Touch on Windows 7 and am not having the same results as on Windows 7. The Drop event will not fire at all until changing the code to handle TouchMove instead of TouchDown. What I end up with is the following :
But now an extra TouchMove is fired after the drag is completed. I can find no reason for this to happen. |
↧
Drag and Drop with Touch and Windows 8.1
↧