Variable GridWidgetBase._colWidths

column widths

class GridWidgetBase
{
  // ...
  int[] _colWidths;
  // ...
}