<igDP:XamDataPresenter.View> <igDP:CarouselView> <igDP:CarouselView.ViewSettings> <igWindows:CarouselViewSettings ItemsPerPage="3" /> </igDP:CarouselView.ViewSettings> </igDP:CarouselView> </igDP:XamDataPresenter.View>
The xamDataPresenter’s™ Carousel View displays a number of Records along a path. You can change the amount of Records displayed by setting the ItemsPerPage property off the CarouselViewSettings object.
Use the following XAML to display three Records at a time.
In XAML:
<igDP:XamDataPresenter.View> <igDP:CarouselView> <igDP:CarouselView.ViewSettings> <igWindows:CarouselViewSettings ItemsPerPage="3" /> </igDP:CarouselView.ViewSettings> </igDP:CarouselView> </igDP:XamDataPresenter.View>
Placing this code inside the opening XamDataPresenter tag in the Adding xamDataPresenter to Your Application topic will produce a result similar to the image below.