In this topic you will set some of the properties for the C1ListExtender.
<cc1:C1ListExtender ID="Panel1_C1ListExtender" runat="server"
TargetControlID="Panel1" AutoSize="True" MaxItemsCount="3">
<ListItems>
<cc1:ListItem Label="Label1" Value="Value1" />
<cc1:ListItem Label="Label2" Value="Value2" />
<cc1:ListItem Label="Label3" Value="Value3" />
<cc1:ListItem Label="Label4" Value="Value4" />
<cc1:ListItem Label="Label5" Value="Value5" />
<cc1:ListItem Label="Label6" Value="Value6" />
</ListItems>
</cc1:C1ListExtender>
Now run the project to see the formatted list.