Scrolls the viewport by delta rows without changing selection.
delta
bool scrollBy(int delta) => setOffset(_offset + delta);