I am using ultra web tab 10.3.
<igtab:UltraWebTab ID="menu" runat="server" ThreeDEffect="true" Height="600px" Width="100%"
BarHeight="0" BorderWidth="0px" CssClass="TabHeader" SpaceOnRight="0" TabOrientation="LeftTop"
TextOrientation="Horizontal">
<ClientSideEvents AfterSelectedTabChange="ChangeTab" />
<SelectedTabStyle ForeColor="#0077BB" Cursor="Default">
</SelectedTabStyle>
<DefaultTabStyle Cursor="Hand">
</DefaultTabStyle>
</igtab:UltraWebTab>
The height of each tab is too big. I want tab height to be like the second image.
Ideally it should look like this. I have tried many things but still I am not able to resolve this.
Please suggest me how to achieve this.
http://community.infragistics.com/forums/t/19109.aspx
solution: