Limbou / expandable_page_view

MIT License
88 stars 36 forks source link

Looping through the pages #50

Open adarsh-kh4u opened 1 year ago

adarsh-kh4u commented 1 year ago

How do I cycle through the pages like an infinite scroll?

Limbou commented 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.

aliakberaakashdh commented 1 year ago

Any Update on this? @Limbou

Reza-Babakhani commented 1 year ago

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.

carloscasanovad commented 7 months ago

Is still not recommend to add infinite scroll on the children of the ExpandablePageView?