Shorten the duration to drag and drop?

How can I activate the drag and drop function? I want to shorten the duration between mice and drag and drop activation; so that the user can move the item faster.

Currently, I have implemented it using ListViewc CanDragItemsinstalled on trueand AllowsDropat my reception Grid.

I searched, but I can not find the answer anywhere.

Now I added a little animation when the element touched ( PointerPressed), which animates the view, so the user needs to see something when they expect the drag and drop to be activated.

+4
source share

All Articles