Right now, If I just have 2 tabs, they take up the entire height of the tab. Is there a way to make the tabs thinner?
Hi,
Originally tab was written for HTML DOCTYPE. But under XHTML, browser renders table and other elements differently and the only choice for tab would be to readjust all heights on client. But that would destroy existing applications and bring a lot of bugs, so client adjustments are not used by webtab.
So, application should manually adjust layout for a particular height of control. In most cases application should add TabSeparator after all its Tabs and adjust its Style.Height to appropriate value. Better to use px, however, % also may work. Result should be tested in different browsers. Sorry, UltraWebTab can not do that as a built-in feature.