How can I get the WebSplitter to resize itself when the browser loads? I want the control to expand to 100% of the browser.
Never mind. I figured it out. All I had to do is remove the value for the width attribute.
Mark <><
After resizing with the splitter the page got hanged.... and am unable to do it again
Hello,
You can use the property Width=100% of WebSpliter .
Please take a look code below: <cc1:WebSlider ID="Split1" Width="100%" runat="server"> </cc1:WebSlider> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>
Hope this helps.