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
170
Is it possible to disable the animation in the Carousel?
posted

We have an application that needs to run on one of the new super-mini XP machines and the animation in the Carousel is painfully slow.

Is there any way to disable the animation in either the xamCarouselPanel or xamCarouselListBox?

Thanks in advance.

  • 9694
    posted

    I don't believe you can disable the animation. However, you can optimize the carousel. You can try applying a simpler path (such as a straight line path). You can turn off reflection (set ReserveSpaceForReflection ViewSetting property to False). You can turn off all stop effect settings (if you have them enabled). You can make sure the content of the carousel is optimized.

    Thank you,