scrollBy abstract method

bool scrollBy(
  1. int delta
)

Scrolls by a delta. Returns true if the offset changed.

Implementation

bool scrollBy(int delta);