scrollTargetBy

abstract fun scrollTargetBy(deltaX: Int, deltaY: Int)(source)

Override this method to scroll the target view by the specified number of pixels.

Parameters

deltaX

The number of pixels to scroll by horizontally.

deltaY

The number of pixels to scroll by vertically.