ScrollIntoView Method (WinFormsDataGrid)

Class

WinFormsDataGrid.

Action

Tries to bring the item to the top-left corner of the datagrid.

Availability

This functionality is supported only if you are using the Open Agent.

Syntax

Datagrid.ScrollIntoView (column, row)
Variable Description
column The index of the column to select. INTEGER.
row The index of the row to select. INTEGER.

Example

DataGrid.ScrollIntoView (2,3)