Developer

ScrollToCell

Scroll grid to the specified cell in view.

procedure ScrollToCell(ACol, ARow: Integer); virtual;

Parameters


ACol
Integer
Indicate index of Cell's column. This parameter is zero-based.
ARow
Integer
Indicate index of Cell's row. This parameter is zero-based.

Example:


NextGrid61.ScrollToCell(2, NextGrid61.SelectedRow);

See also