-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Controls.Primitives.CarouselPanel |
winrt class |
Represents a panel that arranges its items in a line and circles around to the first item when the last item is reached.
<!--somewhere within items panel templates-->
<CarouselPanel .../>
Note
CarouselPanel can't be used as a stand-alone control, it can only be used as the ItemsPanel of an ItemsControl. It's the default ItemsPanel for the ComboBox control, and is not supported for use with any other ItemsControl.