Variable GridWidgetBase._colResizingStartX

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