ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1TabsExtender / C1TabsExtender Tutorial / Step 3 of 4: Customizing the Tabs
In This Topic
    Step 3 of 4: Customizing the Tabs
    In This Topic

    In this topic you will set some of the properties for the C1TabsExtender control to customize the tabbing.

    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_TabsExtender.
    3. Set the C1TabsExtender.Alignment property to Left.
    4. Set the C1TabsExtender.Event property to mouseover.
    5. Set the C1TabsExtender.Collapsible event to True. The markup will look like this:

    <cc1:C1TabsExtender ID="Panel1_C1TabsExtender" runat="server"

            TargetControlID="Panel1" Alignment="Left" Collapsible="True"

            Event="mouseover" >

        </cc1:C1TabsExtender>

    Now run the project to see the tabbed content.