Version

Limiting the Number of Items Viewed on xamCarouselPanel’s Path

The xamCarouselPanel™ control displays a number of items along a path. You can change the number of items displayed along the path by modifying the ItemsPerPage property of the CarouselViewSettings object.

The following code displays three items at a time.

In XAML:

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

Placing this code inside the opening XamCarouselPanel tag in Adding xamCarouselPanel to Your Page will produce a result similar to the image below.

limiting number of items view on xamcarouselpanel