eclipsesource / eclipsesource/tabris-js
Support scrollYState on CollectionView
Open
feature
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### 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`.
Contributor guide
Assessment
This issue has not been assessed yet.