nestedScrollBy

open fun nestedScrollBy(x: Int, y: Int)(source)

Same as scrollBy, but also participates in nested scrolling.

Parameters

x

The amount of horizontal scroll requested

y

The amount of vertical scroll requested

See also