Step 2 of 3: Customizing the Splitters
In This Topic
In this topic you will set some of the properties for the WijSplitter controls.
- In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel1_WijSplitter.
- Set the Orientation property to Horizontal.
- In the Visual Studio Properties window, click the drop-down list at the top of the Properties window and select Panel2_SplitterExtender.
- Set the FullSplit property to True. The second splitter will fill the width inside Panel1. The markup should now look like this:
<cc1:WijSplitter ID="Panel1_WijSplitter" runat="server"
TargetControlID="Panel1" Orientation="Horizontal"
</cc1:SplitterExtender>
<cc1:WijSplitter ID="Panel2_WijSplitter" runat="server"
TargetControlID="Panel2" FullSplit="True">
</cc1:WijSplitter>
Now run the project to see the formatted splitters.