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
340
Javascript + ClientEvents.WindowStateChanged
posted

What I'm trying to accomplish is to get the new height of the window once it's been maximized/restored so that I can dynamically resize content elements.

To that end I'm trying to either find the new height in the javascript property assigned to the WindowStateChanged event or the state of the window (maximized/restored). Preferable I'd like to have the window tell me the height, but if all I have is the state I can at least do some math based on the browser height...

Parents
No Data
Reply Children
No Data