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
691 stars 177 forks source link

fast scroll with thumb #49

Closed Merseyside closed 7 years ago

Merseyside commented 7 years ago

Hello! very good library man. Thank you! My question is how can i set fastScroll by a thumb?

woxblom commented 7 years ago

Hey and thanks!

I haven't really experimented with fast scrolling and recyclerview so I don't really know. But if you can attach it to a regular recyclerview it should work with my lib as well I think. Just get the underlying recyclerview with the getRecyclerView() method.

Merseyside commented 7 years ago

I need listview, how can i get it?) getRecyclerView doesn't contain setFastScrollEnabled() method.

woxblom commented 7 years ago

You can not get a listview from this lib. The lib is based on recyclerview.