(Smooth)ScrollToPosition doesn’t work properly with RecyclerView

Finally I was able to make it work! LinearLayoutManager.scrollToPositionWithOffset(int, int) did the trick.

Leave a Comment