ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijSuperPanel / WijSuperPanel Tutorial / Step 2 of 4: Adding a WijSuperPanel to the Page
In This Topic
    Step 2 of 4: Adding a WijSuperPanel to the Page
    In This Topic

    In this step, you will add a WijSuperPanel control to associate with the panel to create a scrollable panel.

    In Source view, use the following markup toadd a WijSuperPanel control to the page and set the TargetControlID to Panel1.

    <cc1:WijSuperPanel ID="Panel1_WijSuperPanel" runat="server"
    
            TargetControlID="Panel1">
    
    </cc1:WijSuperPanel>
    

    Now set some properties to customize scrolling.