<igWindows:XamCarouselPanel.ViewSettings> <igWindows:CarouselViewSettings IsListContinuous="True" /> </igWindows:XamCarouselPanel.ViewSettings>
By default, xamCarouselPanel™ allows you to navigate right or left through the list of items until only the last item available visible. Set the IsListContinuous property to True to have xamCarouselListBox’s list of items cycle through continually.
For a continuous list, the example code below goes inside the opening XamCarouselPanel tag in Adding xamCarouselPanel to Your Page.
In XAML:
<igWindows:XamCarouselPanel.ViewSettings> <igWindows:CarouselViewSettings IsListContinuous="True" /> </igWindows:XamCarouselPanel.ViewSettings>