I use scrollToPosition, and even try smoothScrollToPosition function like this
binding.rvSearchPostFilters.layoutManager?.scrollToPosition(scrollingPosition)
but when the scrollingPosition is the last item of recyclerView it shows last item half. My recyclerView have horizontal layout manager.
Top comments (0)