ComponentOne Wijmo Open for Juice UI
Wijmo Open for Juice UI Extender Controls / WijTabs / WijTabs 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 WijTabs 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 Alignment property to Left.
    4. Set the Event property to mouseover.
    5. Set the Collapsible event to True. The markup will look like this:
    <cc1:WijTabs ID="Panel1_WijTabs" runat="server"
    
            TargetControlID="Panel1" Alignment="Left" Collapsible="True"
    
            Event="mouseover" >
    
    </cc1:WijTabs>
    

    Now run the project to see the tabbed content.