Telerik UI for WinForms
Overview
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
UI for WinForms
This is a migrated thread and some comments may be shown as answers.
RadTabStrip stretch the tabs to fill the entire space
2 Answers
30 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?
Add a comment
Submit comment
Cancel
2 Answers
, 1 is accepted
Sort by
Score
Date
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.
Add a comment
Submit comment
Cancel
0
raluca
Top achievements
Rank 1
answered on
24 Oct 2008,
08:03 AM
thanks, this is exactly what i wanted.
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
General Discussions
Asked by
raluca
Top achievements
Rank 1
Answers by
Nick
Telerik team
raluca
Top achievements
Rank 1
Share this question
or
Copy link