Reputation: 31
I am developing a windows universal app with XAML / C# and i want to drag an rectangle in order to dop it anywhere else.
In former projects (e.g. for Windows 7 applications) i have been able to initiate drag n drop by using the DragDrop
Class and doDragDrop
. This class is not available in my universal app.
How can i dragdrop in universal apps? How can i reference the DragDrop class?
Upvotes: 0
Views: 116