PageControl AutoLoop

Hi,
I am new to fuse and want to know how will I be able to implement an Auto-looping page control.
What I mean ,is a PageControl which goes to first Page after the Last page.
Also can the PageControl slide to next page automatically ie without a swipe input.
Thank you for any help regarding this …

Hi Cliff,

you will likely need to write some JavaScript to achieve that. Supposedly, data-binding the ActiveIndex of a PageControl to an Observable and then changing it from a setTimeout() should do the trick.