scroll_to_point
Description:
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. |