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.
- Select View | Properties Window in the Visual Studio menu.
- Click the drop-down list at the top of the window and select Panel1_TabsExtender.
- Set the Alignment property to Left.
- Set the Event property to mouseover.
- 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.