Displaying CollectionView as InfiniteView in Xamarin Forms

BananaSupreme 1 Reputation point
2021-03-25T17:46:39.223+00:00

Is there a way to display CollectionView as if its an infinite view going in both directions in Xamarin Forms?
like android number picker does, where going up brings you back to the end of the list and going down to the bottom.

If scrolling towards the bottom Im just loading the list with content from the top which works great but going towards the top is the issue.

I tried hacking at it for a little while now and was trying to search for a previously asked post but no luck...

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,272 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alessandro Caliaro 4,181 Reputation points
    2021-03-25T18:34:08.917+00:00

    watch

    Maybe something like this