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

Do not find ItemOffset property for radribbonbar commandtabs

1 Answer 28 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Ashish Kothari
Top achievements
Rank 1
Ashish Kothari asked on 28 Apr 2010, 09:30 PM
Hi,

I am using the radribbonbar commandtabs in my page. But I didn't find the itemoffset property for the commandtabls just like we have for radtabstrip. My tabs are starting by leaving some blank space initially. In radtabstrip we set the itemoffset property to remove that space. Is there any way to remove that space in commandtabs. 

Thanks,
Ashish K

1 Answer, 1 is accepted

Sort by
0
Martin Vasilev
Telerik team
answered on 04 May 2010, 06:36 PM
Hi Ashish Kothari,

Thank you for writing.

Since RadRibbonBar uses the same RadTabStrip element, you can access and set its ItlemsOffset property:
 
this.radRibbonBar1.RibbonBarElement.TabStripElement.ItemsOffset = 30;

Let em know if you have any other questions.

Greetings,
Martin Vasilev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
RibbonBar
Asked by
Ashish Kothari
Top achievements
Rank 1
Answers by
Martin Vasilev
Telerik team
Share this question
or