Use this method to scroll a control in a form or window into view. Note that the methods Click, DoubleClick, MultiClick, and MoveMouse make sure that the coordinates passed to them are visible, so you do not have to call ScrollIntoView before calling them.
Do not use ScrollIntoView() with a browser. Instead, make sure that Automatically scroll windows into view and Show windows which are out of view are checked on the Other tab of the Agent Options dialog box.
ScrollIntoView was not designed to work with Java classes.