-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've added onScrollEnd event to achieve infinite scroll on GridView but onScrollEnd triggers only once when screens loads if I have value of horizontalTileCount to more than 1. If I make horizontalTileCount to 1 then onScrollEnd triggers each time I scroll to almost at 3rd last item.
Expected behavior should be this:
- Regardless of
horizontalTileCountvalue,onScrollEndshould trigger at the very end of scroll each time I get to scroll end. onScrollEndshouldn't trigger before the very end, currently in case of usinghorizontalTileCount: 1, it triggers the scrollEnd event slightly before the end.
Here's the sample screen for this issue:
https://studio.ensembleui.com/app/IbdXZ7hbDR5Ikr6jz44o/screen/F2X3AuYqjx5IXocHnbX4
Metadata
Metadata
Assignees
Labels
No labels