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

Filling tabs till the end of Tabstrip

1 Answer 87 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.
Prabodh
Top achievements
Rank 1
Prabodh asked on 11 Jun 2009, 05:35 AM
Hi,

I am using RadTabStrip control. I have 3 tabs in TabStrip. I want that these 3 tabs should utilize the empty space that is on the right side of 3 tab header. I mean no empty space should be there on tab strip header. all 3 tab headers should have equal width and fill till the end of tab strip.

please tell me how can I achieve this?.

Thanks and regards,
Prabodh

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 12 Jun 2009, 08:43 AM
Hello Prabodh,

Thank you for your question. Please use the MinSize property as in the code snippet below:

private void Form2_Load(object sender, EventArgs e) 
   this.tabItem1.MinSize = new Size(100, 20); 

Do not hesitate to write me back if you have further questions.

Sincerely yours,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Tabstrip (obsolete as of Q2 2010)
Asked by
Prabodh
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or