tabris-js icon indicating copy to clipboard operation
tabris-js copied to clipboard

Support scrollYState on CollectionView

Open cpetrov opened this issue 5 years ago • 0 comments

Feature description

Currently, it is not possible to differentiate between user-initiated and programmatic scroll or flinging. Differentiating between those can be useful for e.g. UIs that should only be shown when the user drags the content and not when the view is scrolling programmatically.

Proposed solution

Provide an API like scrollYState like the one supported by ScrollView.

cpetrov avatar Oct 22 '20 20:10 cpetrov