jama5262 / CarouselView

An android carousel library for RecyclerView
https://jitpack.io/#jama5262/CarouselView
MIT License
236 stars 47 forks source link

scroll to position by index #18

Closed galgistmd closed 4 years ago

galgistmd commented 4 years ago

Hi, Is there a possibility to add a function that auto scrolls to a specified index ? It will be very helpful, (that also disables scrolling). thanks.

jama5262 commented 4 years ago

Hi @galgistmd, yes you can scroll to a specific item, by just setting the currentItem to the index position you want. But as for disabling the scroll, not yet implemented

See example here

jama5262 commented 4 years ago

Closed this issue, related to this issue #19