Version

Making the xamCarouselListBox’s Path Continuous

By default, xamCarouselListBox™ 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, place the following example code inside the opening XamCarouselListBox tag in the Adding xamCarouselListBox to Your Application.

In XAML:

<igWindows:XamCarouselListBox.ViewSettings>
        <igWindows:CarouselViewSettings IsListContinuous="True" />
</igWindows:XamCarouselListBox.ViewSettings>