Set the topmost visible scrollable row.
Future<void> setTopRow(int row) async { await VolvoxGridService.SetTopRow( SetRowRequest() ..gridId = _gridId ..row = row, ); }