Accordion > Quick Start: Accordion for Silverlight > Step 2 of 4: Customizing the C1Accordion Control |
In the last step, you created a Silverlight project and added a C1Accordion control to it. In this step, you will customize the behavior and appearance of the C1Accordion control.
Complete the following steps:
XAML Copy Code<c1:C1Accordion Height="250">
XAML Copy Code <c1:C1Accordion Height="250" Width="400">
XAML Copy Code <c1:C1Accordion Height="250" Width="400" ExpandDirection="Left">
XAML Copy Code <c1:C1Accordion Height="250" Width="400" ExpandDirection="Left"Fill="True">
XAML Copy Code <c1:C1Accordion Height="250" Width="400" ExpandDirection="Left"Fill="True" AllowCollapseAll="False">
In this step, you customized the appearance and behavior of the C1Accordion control. In the next step, you will add customized accordion panes to the control.