Setting a C1AccordionPane's Expand State
You can determine which C1AccordionPane you would like to have expanded when a page is loaded using the Expanded property. By default, the Expanded property is set to True for C1Accordion1Pane1. If you would like a different C1AccordionPane expanded when the page loads, complete the following steps:
1. Click the C1Accordion smart tag to open the C1Accordion Tasks menu.
2. Select Edit Panes and choose a C1AccordionPane.
3. Set the Expanded property to True.
4. Set the Expanded properties for the other panes to False.
|