ScrollIntoView Method (DataGrid)
Class
DataGrid
.
Action
Tries to bring the item to the top left corner of the datagrid.
Syntax
dataGrid
.
ScrollIntoView
(
column
,
row
)
Variable
Description
column
The index of the column. The value is zero-based.
Integer
.
row
The index of the row. The value is zero-based.
Integer
.