Documentation

onScroll()

Handles the Scroll event.

onScroll(
handle:
| string
| ((event: UIScrollView.ScrollEvent, object: UIScrollView) => void),
): this;

Parameters

Related