Mio
Mio

Reputation: 31

How to initiate DragDrop in Windows Universal Apps and XAML?

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

Answers (1)

Mio
Mio

Reputation: 31

Finaly i found help at this site: link

Upvotes: 1

Related Questions