nisrulz / recyclerviewhelper

:page_with_curl: [Android Library] Giving powers to RecyclerView
Apache License 2.0
638 stars 60 forks source link

Scroll recycler view toparticular position #6

Open mdroid23 opened 8 years ago

mdroid23 commented 8 years ago

Hi,

Can we set the recycler view to particular position like listView

Listview list; list.setSelection(5);

Please add this selection item index into your libraries..

SubhrajyotiSen commented 8 years ago

@Maheah23 are you talking about something like this?

layoutManager.scrollToPositionWithOffset(int position, int offset)

Because this is present in the RecyclerView class

mdroid23 commented 8 years ago

yes its present, but sometimes its not working,

I have used recycler view with linear layout manager(HORIZONTAl),and call scrollToPositionWithOffset its not working

check this link http://stackoverflow.com/questions/33649705/scrolltopositionwithoffset-from-linearlayoutmanager-on-recyclerview-not-working