| Wijmo Control Toolkit Extender Controls > C1Carousel Extender > C1Carousel Extender Tutorial > Step 3 of 4: Customizing the Carousel |
In this topic you will set some of the properties for the C1CarouselExtender to change the number of images shown in the carousel at one time.
The markup for the C1CarouselExtender will now look like this:
<wijmo:C1CarouselExtender ID="Panel1_C1CarouselExtender" runat="server" Display="2" TargetControlID="Panel1" AutoPlay="True">
</wijmo:C1CarouselExtender>
Now run the project to see the carousel of images.