Variable GridWidgetBase._colCumulativeWidths

total width from first column to right of this

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