Working with the CarouselView

Glossary Item Box

Infragistics(R) NetAdvantage(R) for WPF

Working with the CarouselView

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>

Related Topics

Creating xamDataPresenter in XAML


E-mail your feedback on this topic.

Opinion about our help? Take our survey.

Copyright © 2003-2007 Infragistics, Inc. All rights reserved.

Build Version: 7.1.20071.1320