Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Add ItemAppearing and ItemDisappearing events #160

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lucasbrahm
Copy link

This library is awesome, but currently was not enough to solve my problem. In my project, I need to dynamically fetch and add more data. I wanted that when user scrolls to the end (or nearly to the end) more data would be fetched and added to the ListView (infinite scroll ListView). An easy way to detect user scrolled to the end is to use ItemAppearing event of ListView, so when last item of ItemSource appears, we know it was scrolled to the end. My idea is create ItemAppearing and ItemDisappearing events in DataGrid which is going to be invoked from ListView events ItemAppearing and ItemDisappearing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant