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

Make Autoscroller class public #202

Closed Randman5 closed 2 years ago

Randman5 commented 2 years ago

Is it possible to make autoscroll public or create a new BoardBiew class that inherits not from horizontal ScrollView but from LinearLayout

Randman5 commented 2 years ago

because i need a BoardView with fixed equal width columns that stretch to fit the whole boardView

woxblom commented 2 years ago

I would recommend that you fork the repo and customize these kind of changes that suits you best.

Randman5 commented 2 years ago

understand, thanks