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
570
Set WebSplitter's Height and Width
posted

How can I set WebSplittere's width and height by using javascript?

  • 570
    Verified Answer
    posted

    I already solved this problem. 

    var splitter = $find("WebSplitterTree");
    splitter._element.style.width = (w-4)+"px";
    splitter._element.style.height = (h-87)+"px";