ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WjAccordion / WijAccordion Tutorial / Step 3 of 4: Customizing the Accordion
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 WijAccordion 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_WijAccordion.
    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.