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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snap to Column when item clicked

nvhaiwork opened this issue · comments

I just tried but cant find out how to snap to a column when an item(or header)clicked.

For example I want to move Column 5 to centre screen when click on Column 5 header(or item )
Screen Shot 2020-10-01 at 20 06 21

Hm don't really understand. Do you mean that you want to scroll to column number 5 when clicking on an item?

Yes, scroll to column number 5 when clicking on an item in column 5 or column 5's header

Use the scrollToColumn() method on BoardView

scrollToColumn

Thanks, I'll check