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
1910
Change height of the WebTab depending on the screen.height.
posted

Can anyone help me determine how to change the height of the WebTab so that it changes depending on the screen.height of the user's screen. I was able to do this with the UltraWebGrid by doing the following in the InitializeLayoutHandler, but I can't figure out how to do the same thing for the WebTab:

grid.resize(screen.width - 65, screen.height - 395);

Parents
  • 1910
    Offline posted

    OK...so that didn't work for me. The tab height doesn't change if I change the screen resolution. When viewing what is returned, it seems to always return the same width and height regardless of what I choose as the resolution.

    Any suggestions?

Reply Children