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
425
Change item position in code
posted

Hello,

how can I change the postion of an item in code behind class to bring it into view?

 

Thanks

Sven

  • 69686
    posted

    Hello Sven,

    You can use this code snippet for example to move the carousel one item :

    xamCarouselPanel1.SetHorizontalOffset(xamCarouselPanel1.HorizontalOffset + 1.0);