Hello,
Could you please help me with the following?
I have a listview containing multiple items, the listviewcontains SimpleListViewVisualItems.
Now I want to move items using DragDropService USING A TOUCHSCREEN (Gesture).
The functionality is working when I drag/drop using a mouse, within the list.
The functionality is working when I drag/drop using touchscreen to a second list, but when I am do drag/drop within the same list (using touchscreen), the PreviewDragOver and PreviewDragDrop events are not fired.
In my CustomRadListView, on the OnPanGesture-event I do call the dragDropService.DoMouseMove(mousep)
Best regards
Patrick Vossen