Forum Discussion
Ryan_Moran
10 years agoValued Contributor
If there is a "ScrollIntoView" method it will show in the Object Spy under the Methods tab.
Usually, however, for any sort of grid control there will be a ClickGrid method that you'll want to use.
If not there are several other things you can do like enabling text recognition, utilizing object mapping, etc.
ghuff2
10 years agoContributor
Also most objects for Desktop applications have a SetFocus() method which often will scroll the object into view. But like Ryan_Moran said if it's a grid there is most likely a ClickGrid or ClickCell method for clicking a specific point in the grid.