Grid.EnsureVisible

Grid.EnsureVisible ( 

string ObjectName,

number Row = 0,

number Column = 0 )

Example 1

-- Reset the scrollbars so that the top-left cell is visible
Grid.EnsureVisible("Grid1", 0, 0);

Ensures that (0,0) is visible.

See also:  Related Actions