This is a migrated thread and some comments may be shown as answers.

Reduce Child Tab height

1 Answer 66 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Kakarla
Top achievements
Rank 1
Kakarla asked on 03 Jan 2012, 08:37 AM
HI,
I want to reduce the Child tabstrip height compared to parent tabstrip
Please help me out
Thank in advance

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jan 2012, 10:25 AM
Hello,

You can set the height of child tab by Height property.
ASPX:
<telerik:RadTab Text="Parent" Height="50px">
   <Tabs>
     <telerik:RadTab Text="child" Height="30px">
     </telerik:RadTab>
    </Tabs>
</telerik:RadTab>

Thanks,
Princy.
Tags
TabStrip
Asked by
Kakarla
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or