scroll_to


Description:

[ Version ( since = "2.30" ) ]
public abstract bool scroll_to (ScrollType type)

Makes this visible on the screen by scrolling all necessary parents.

Contrary to atk_component_set_position, this does not actually move this in its parent, this only makes the parents scroll so that the object shows up on the screen, given its current position within the parents.

Parameters:

this

an Component

type

specify where the object should be made visible.

Returns:

whether scrolling was successful.