Variable GridWidgetBase._allowColResizing

class GridWidgetBase
{
  // ...
  bool _allowColResizing = true;
  // ...
}