ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1SuperPanel Extender / C1SuperPanelExtender Tutorial / Step 2 of 4: Adding a C1SuperPanelExtender to the Page
In This Topic
    Step 2 of 4: Adding a C1SuperPanelExtender to the Page
    In This Topic

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

    1. Drag a C1SuperPanelExtender to the form.
    2. Set the TargetControlID property to Panel1.

    <cc1:C1SuperPanelExtender ID="C1SuperPanelExtender1" runat="server" TargetControlID="Panel1">

     </cc1:C1SuperPanelExtender>

    Now set some properties to customize scrolling.