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
535
How can I make tabs thinner when docked on left or right side of tabs?
posted

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?

  • 24497
    posted

    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.