Variable GridWidgetBase._rowHeights

row heights

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