scrollTo

expect open fun scrollTo(xPos: Short, yPos: Short, enableAnimation: Boolean)

Scrolls the object to the position (x and y).

Parameters

xPos

The horizontal position.

yPos

The vertical position.

enableAnimation

If true then enable the animation.

actual open fun scrollTo(xPos: Short, yPos: Short, enableAnimation: Boolean)
actual open fun scrollTo(xPos: Short, yPos: Short, enableAnimation: Boolean)