Variable GridWidgetBase._colResizingStartWidth

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