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
75
Resizing Tree in Firefox
posted

Hi,

Using the information in the thread at http://news.infragistics.com/forums/t/5766.aspx, I've been able to get a WebTree to resize from client-side Javascript in Internet Explorer, but the same method does not work with Firefox, I have not tried Safari.

            var tree = igtree_getTreeById("SomeTree");
            var clientHeight = document.documentElement.clientHeight;
            tree.Element.style.height = clientHeight;

 (and yeah - the document.documentElement.clientHeight is correct in Firefox)

I've tried 8.2 and 8.3.20083.2021 versions of the control.

Does anybody know of a way to resize the tree from Javascript in Firefox?

Parents Reply Children
No Data