Get the topmost visible scrollable row.
Future<int> topRow() async { final sel = await VolvoxGridService.GetSelection(_getSelectionRequest); return sel.topRow; }