Hello,
how can I change the postion of an item in code behind class to bring it into view?
Thanks
Sven
Hello Sven,
You can use this code snippet for example to move the carousel one item :
xamCarouselPanel1.SetHorizontalOffset(xamCarouselPanel1.HorizontalOffset + 1.0);