scrollToPosition

open fun scrollToPosition(position: Int)(source)

Convenience method to scroll to a certain position. RecyclerView does not implement scrolling logic, rather forwards the call to scrollToPosition

Parameters

position

Scroll to this adapter position

See also