ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WjAccordion
In This Topic
    WjAccordion
    In This Topic

    An accordion allows you to display formatted text, images, and Web pages in an organized list of expandable panes that are revealed one pane at a time. Users simply select a pane to expand it and view the specified information while the other panes are collapsed, automatically organizing your user interface and optimizing the screen real estate.

     

     

    WijAccordion Markup

    The following markup creates a WijAccordion control. Set the TargetControlID property to attach the extender to a control.

    Markup
    Copy Code
    <cc1:WijAccordion ID="Panel1_WijAccordion" runat="server" TargetControlID="Panel1">
    
    </cc1:WijAccordion>