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

Hi , Your library is awesome can you please share how to disable column dragging i want only the items dragging #191

Closed KallepalliTirumalesh closed 3 years ago

woxblom commented 3 years ago

Hey, if you dont call ColumnProperties.Builder.setColumnDragView(columnDragView) then it will be disabled

KallepalliTirumalesh commented 3 years ago

Hey, if you dont call ColumnProperties.Builder.setColumnDragView(columnDragView) then it will be disabled

Thank You