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

Change Tab Height

1 Answer 103 Views
Tabstrip (obsolete as of Q2 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
kdev
Top achievements
Rank 1
kdev asked on 28 Sep 2007, 03:27 PM
Hi all,

I'm trying to change the Tabs Height property for all Tabs
without changing the Text police
and
without setting the RadTabStrip's AllTabsEqualHeight property to false
is that possible ?

Hope I'm clear, Thanks.
kort

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 01 Oct 2007, 08:39 AM
Hello kdev,

You could increase the height of your tab items by playing with their top and bottom padding/margin.

e.g.  this.tabItem1.Padding = new Padding(0, 15, 0, 15);

If you need more assistance please feel free to write back.


Kind regards,
Boyko Markov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Tabstrip (obsolete as of Q2 2010)
Asked by
kdev
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or