Version

XamCarouselPanel Class

A System.Windows.Controls.Panel derived element that arranges and displays its child elements along a user-defined path, with native support for scrolling and virtualizing those items.
Syntax
'Declaration
 
Public Class XamCarouselPanel 
   Inherits Infragistics.Windows.Virtualization.RecyclingItemsPanel
Remarks

The XamCarouselPanel provides advanced layout capabilties that let you arrange elements along a path of your choosing and apply various parent effects to the items based on their position in the XamCarouselPanel's display area.

Note: Since the XamCarouselPanel is also used by the XamCarouselListBox as its ItemsPanel, all the functionality described here for the XamCarouselPanel also applies to the XamCarouselListBox. While the XamCarouselPanel used by XamCarouselListBox is not directly exposed via a property, the XamCarouselListBox exposes a ViewSettings property of type CarouselViewSettings that lets you control the corresponding settings on the embedded XamCarouselPanel.

The XamCarouselPanel.ViewSettings property exposes a CarouselViewSettings object that lets you tweak numerous settings that control all aspects of layout and presentation, including:

Refer to the Carousel Architecture Overview topic in the Developer's Guide for an explanation of how Carousel presentation works.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also