scrollTo

open fun scrollTo(recyclerView: RecyclerView, targetScrollY: Int)

Deprecated

Deprecated

as it is based on computeVerticalScrollOffset which only returns estimated scroll position, which may lead to the method hanging forever (or until hitting max iterations count) Please, consider using Scroller instead