Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Is it possible to make carousel to spin continously...
posted

without having to hit forward/backward buttons?

like this...

http://www.microsoft.com/ces/

 

casey

 

Parents
No Data
Reply
  • 8576
    Offline posted
    Hi Casey -
     
    There is no built-in suport for this functionality in the XamDataCarousel.  The closest you could come to this behavior would be to manually scroll the XamDataCarousel on a timer tick by calling LineDown off the XamDataCarousel.ScrollInfo object.  Since there is no event fired in the control when a scroll completes you would have to play with the timer interval to get it to match the scroll speed of the carousel. 
     
    Joe Modica
     
Children