Is there any way that I can enable a infinite scrolling for a pageview?
Like if there are 5 pages in a page view, when I scroll right from page index 4, it will scroll to page 0 and vice versa.
Or, though it does not seem to be very efficient, by dynamically creating pages at each side.
Like when I scroll left from page 0, it would automatically create a new page and insert it before page 0 so it can be new page 0 and existing pages will be shifted by 1.
Thank you!