bauerca / drag-sort-listview

Android ListView with drag and drop reordering.
3.2k stars 1.44k forks source link

The list is hard to scroll #112

Open ir73 opened 11 years ago

ir73 commented 11 years ago

I have a list that the user can scroll, remove items by left/right gestures, reorder items by dragging item's handle. Basically all the possible features are activated.

But when I scroll the list, in 50% of cases the list starts item removing procedure, not scrolling. This is because I make a scroll movement not very precisely vertically, but with an angle. How can I adjust item removing sensitivity? Could you point me the right piece of code?