woxblom / DragListView

Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.
Apache License 2.0
693 stars 177 forks source link

How to pick multiple itemView on long click event for drag n drop #178

Closed lokesh-sudhakar closed 3 years ago

lokesh-sudhakar commented 3 years ago

My use case- I want to pick multiple List ItemView on a long click. How can I achieve that. For now what I a doing is just swapping the childe layouts based on parent item drag n drop action.

woxblom commented 3 years ago

Unfortunately this is not supported by the lib.