Windows.UI.Xaml.Controls.Primitives.CarouselPanel
June 22, 2022 ยท View on GitHub
-description
Represents a panel that arranges its items in a line and circles around to the first item when the last item is reached.
-xaml-syntax
<!--somewhere within items panel templates-->
<CarouselPanel .../>
-remarks
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.