scrollBy method

bool scrollBy(
  1. int delta
)

Scrolls the viewport by delta rows without changing selection.

Implementation

bool scrollBy(int delta) => setOffset(_offset + delta);