Variable GridWidgetBase._rowCumulativeHeights

total height from first row to bottom of this

class GridWidgetBase
{
  // ...
  int[] _rowCumulativeHeights;
  // ...
}