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

TabstripItem shape

1 Answer 71 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jean-Marc
Top achievements
Rank 1
Jean-Marc asked on 22 Sep 2011, 11:54 AM
Hello,
I have a problem with the shape of the tabstripitem with Q2 2011:
In the previous libraries version the shape of the tabstrip didn' t overcome the text of the tabstrip, while now it does (the shape is a Vs Tab shape).
I want to restore the old shape/text relation.

As attachement screenshot of the actual and desired layout.

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 27 Sep 2011, 07:46 AM
Hello Jean-Marc,

Thank you for writing.

You can achieve the desired look by increasing the default padding (20,2,3,2) in the TabStripItem. In your scenario you need to increase the Left padding setting:
documentWindow1.TabStripItem.Padding = new Padding(20, 2, 13, 2);

I hope that you find this information helpful. If there is anything else I can assist you with, do not hesitate to contact me. 

Best wishes,
Stefan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Dock
Asked by
Jean-Marc
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or