The WijSplitter controlallows you to create a full-sized splitter that fills the page. Simply set the FullSplit property to take advantage of this feature.
<asp:Panel runat="server" ID="Panel1">
<div>
panel1
</div>
<div>
panel2
</div>
</asp:Panel>
<cc1:WijSplitter ID="Panel1_WijSplitter" runat="server"
TargetControlID="Panel1">
</cc1:WijSplitter>
