Variable GridWidgetBase._colResizingIndex

class GridWidgetBase
{
  // ...
  int _colResizingIndex = -1;
  // ...
}