Open adarsh-kh4u opened 1 year ago
Hi @adarsh-kh4u, infinite scroll is currently not supported for ExpandablePageView
. This is because in the current implementation a list of sizes of all pages is kept to make sure PageView is resized correctly and it is not possible to make the list of infinite length. I have some ideas in mind on how to tackle this problem, will let you know when this feature is implemented.
Any Update on this? @Limbou
I think @adarsh-kh4u meant that the scroll would become a cycle. So that when we reach the last element, we return to the first element after scrolling.
Is still not recommend to add infinite scroll on the children of the ExpandablePageView?
How do I cycle through the pages like an infinite scroll?