Get the leftmost visible scrollable column.
Future<int> leftCol() async { final sel = await VolvoxGridService.GetSelection(_getSelectionRequest); return sel.leftCol; }