Closed wegascee closed 4 years ago
Infinite scrolling is not currently supported but, it will be in the next release that will be out in the next few days.
Thanks for the update. I'll be glad to test this new feature, when it is released.
Any new info about this?
Soon.
I'm trying to implement a infinite scrolling carousel view. But that doesn't quite work well. First, the documentation imho is wrong:
I can't use
ItemSource
and call the methodsAdd()
orRemoveAt()
on it. You can only do this on your enumaration object on your model. Furthermore, I don't get why you useTask.Delay(100);
,AnimateTransition
andPosition
. But the issue more is, that if I add or remove an item from my model, the position in the carousel view changes. This could be solved by setting the position I believe.But my main issue currently is, that I get the following error on inserting/removing items in the carousel view:
I don't fully understand why this happens. Sometimes it doesn't happens, but now it always happens. Here is the full output from the console:
I have attached the sample project so that you can have a look at it. Look at
MainPage.xaml.cs
and swipe until you reach the start/end. I'm testing directly on the device (iPad).Sample project.zip