Virtual List handles final items incorrectly
Open
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
Last example in examples/ListExample is a virtual list that recycles item renderers. It's working ok until it reach the last record of data. At that time instead to stop "recycling" and remove the scroll bar to signal that we reach the final record it continues the same recycling process but this time we get "undefined" values as data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.