Glossary Item Box
The xamDataPresenter™ control is a derived control that displays data in different Views. One of the built-in views is CarouselView which is derived from the ViewBase class. The CarouselView contains the same functionality as the xamDataCarousel™ control. Therefore, any topic in the xamDataCarousel help section applies to xamDataPresenter's CarouselView.
For example, you can change the code in the Making the xamDataCarousel's Path Continuous topic and have it apply to xamDataPresenter's CarouselView. Simply change the XamDataCarousel object to the CarouselView object as the code below demonstrates.
In XAML:
<igDP:CarouselView.ViewSettings>
<igWindows:CarouselViewSettings IsListContinuous="True" />
</igDP:CarouselView.ViewSettings>
Creating xamDataPresenter in XAML