Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
Resize on load
posted

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 <><

Parents
  • 7694
    posted

    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.

Reply Children
No Data