scrollCell property

set scrollCell (int v)

Implementation

set scrollCell(int v) {
  if (_scrollCell == v) return;
  _scrollCell = v;
}