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

    In this step, you will add a C1GalleryExtender control to associate with the Panel to create the gallery.

    1. Click the Panel smart tag and select Add Extender from the Panel Tasks menu.
    2. In the Extender Wizard, select C1GalleryExtender and click OK. A C1GalleryExtender control is added to the page and the TargetControlID is set to Panel1.

    <cc1:C1GalleryExtender ID="Panel1_C1GalleryExtender" runat="server" TargetControlID="Panel1" ThumbnailDirection="After">

        </cc1:C1GalleryExtender>

    1. Now you can begin setting properties for the C1GalleryExtender to format the gallery.