scroll_to_point


Description:

[ Version ( since = "2.30" ) ]
public abstract bool scroll_to_point (CoordType coords, int x, int y)

Move the top-left of this to a given position of the screen by scrolling all necessary parents.

Parameters:

this

an Component

coords

specify whether coordinates are relative to the screen or to the parent object.

x

x-position where to scroll to

y

y-position where to scroll to

Returns:

whether scrolling was successful.