ComponentOne Extender Controls for ASP.NET Web Forms
In This Topic
    Step 3 of 4: Customizing the Accordion
    In This Topic

    In this topic you will set some of the properties for the C1AccordionExtender to change the event that opens each pane and change the direction the accordion expands.

    1.        Select View | Properties Window in the Visual Studio menu.

    2.        Click the drop-down list at the top of the window and select Panel1_C1AccordionExtender.

    3.        Next to the Event property, enter mouseover. The accordion panes will expand when the user mouses over them.

    4.        Next to the ExpandDirection property, click the drop-down arrow and select Right.

    Now run the project.