Hello,
I have implemented the drag and drop functionality in SfListView. And it works like charm on Android, iOS and UWP platforms.
But to perform drag and drop in the list view, the client need to long press on the item and then it will enable the DragItemTemplate then he can move the item in list.
Is there any possible way by which we can directly allow the user to drag and drop the list item without showing the DragItemTemplate then move?