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

RadTabStrip stretch the tabs to fill the entire space

2 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
raluca
Top achievements
Rank 1
raluca asked on 22 Oct 2008, 12:08 PM
hello, i'm currently trying to stretch the tabs of a RadTabStrip so that they fill out the entire length of the control. could you please tell me how to do it?

2 Answers, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 23 Oct 2008, 02:11 PM
Hi raluca,

Thank you for your question.

Please see the code below:

private void Form1_Load(object sender, EventArgs e)  
{  
 
           tabItem1.MinSize = new Size(160, 30);  
           tabItem2.MinSize = new Size(160, 30);  
           tabItem3.MinSize = new Size(160, 30);  


I hope that this helps. Do not hesitate to contact me if you have further questions.

Greetings,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
raluca
Top achievements
Rank 1
answered on 24 Oct 2008, 08:03 AM
thanks, this is exactly what i wanted.
Tags
General Discussions
Asked by
raluca
Top achievements
Rank 1
Answers by
Nick
Telerik team
raluca
Top achievements
Rank 1
Share this question
or