Variable GridWidgetBase._fixedCols

number of fixed (non-scrollable) columns

class GridWidgetBase
{
  // ...
  int _fixedCols;
  // ...
}