scrollToPosition

open fun scrollToPosition(position: Int)(source)

Scroll to the specified adapter position. Actual position of the item on the screen depends on the LayoutManager implementation.

Parameters

position

Scroll to this adapter position.