smoothScrollBy

fun smoothScrollBy(@Px dx: Int, @Px dy: Int)

Perform and animated scroll on the LazyCollection by a given number of pixels. For an instantaneous scroll use scrollBy.

Parameters

dx

Pixel distance to scroll along the x axis

dy

Pixel distance to scroll along the y axis