Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.21 KB

File metadata and controls

31 lines (21 loc) · 1.21 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.Primitives.CarouselPanel
winrt class

Windows.UI.Xaml.Controls.Primitives.CarouselPanel

-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.

-examples

-see-also

VirtualizingPanel, IScrollSnapPointsInfo