Problem: Set the Height of the UltraWebTab in such a way that it covers the available area of the client browser
Explanation: I have an UltraWebTab control on my page. In tabs I set the TargetUrl property of the ContentPane to load some other pages. I've written an XML file to set the layout of the UltraWebTab control. I've set a fixed Height in my XML for the UltraWebTab control because if I set the height in percentage, it doesn't work. What I want is... the scrollbar should only appear within a tab, that is, with content pane only and browser scrollbar should not appear. Scrollbar with content pane appears when contents of the loaded form are more than available area, which is ok. I've set the Height of the UltraWebTab to a value so the browser scrollbar doesn't appear. But when i check this page on some other machines which have XP theme enabled or have some toolbars in the browser, the browser scrollbar appears.
I can set fixed Height using JavaScript if percentage doesn't work. But I have no idea that height of which element should be set. Please help!
Hola Buzurg,
Removing the '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
will allow you to use a percentage value in the height property. This does wreak havoc on any formatting on your page.... I have yet to find another way to do this. If anyone else has a solution please post it!
Patrick
knock knock! anyone there?