Try moving the vertical bar to resize the area.
The resize is done in real time.
Sample code:
<obspl:Splitter runat="server" LiveResize="true">
<LeftPanel>
<Content>
... Left Panel content here ...
</Content>
</LeftPanel>
<RightPanel>
<Content>
... Right Panel content here ...
</Content>
</RightPanel>
</obspl:Splitter>