Version

Limiting the Number of Items on xamCarouselListBox’s Path

The xamCarouselListBox™ control displays items along a path. Change the amount of items displayed at one time by modifying the ItemsPerPage property off the CarouselViewSettings object.

The following code sets the xamCarouselListBox control to display three items at a time.

In XAML:

<igWindows:XamCarouselListBox.ViewSettings>
        <igWindows:CarouselViewSettings ItemsPerPage="3" />
</igWindows:XamCarouselListBox.ViewSettings>

Placing this code inside the opening XamCarouselListBox tag in the Adding xamCarouselListBox to Your Application topic will produce a result similar to the image below.

limiting the number of items on xamcarousellistbox's path