| Wijmo Control Toolkit Extender Controls > C1Carousel Extender |
Use the C1CarouselExtender with any items control to turn a flat list of items into an interactive carousel.
C1CarouselExtender Markup
The following markup creates a C1CarouselExtender control. Set the TargetControlID property to attach the extender to a control.
<wijmo:C1CarouselExtender ID="Panel1_C1CarouselExtender" runat="server" Display="1" TargetControlID="Panel1">
</wijmo:C1CarouselExtender>
