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

Removing AddNewTab strip from ribbonbar

2 Answers 72 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Ravi Prakash
Top achievements
Rank 1
Ravi Prakash asked on 14 Apr 2010, 05:10 AM
Hi,

I'm working on RadRibbon bar form.Added some of the menus in the menu strip,as per my requirement i doesn't need 'AddNew tab' ,as it is leaving a blank space/line when my application is executed.

Please find the attached image

thanks in advance

2 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 15 Apr 2010, 04:24 PM
Hi Ravi Prakash,

You can simply hide the RibbonTabStripElement in the RadRibbonBar:

this.radRibbonBar1.RibbonBarElement.TabStripElement.Visibility = ElementVisibility.Hidden;

Greetings,

Deyan
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.
0
Ravi Prakash
Top achievements
Rank 1
answered on 16 Apr 2010, 05:38 AM
Hi Deyan ,

Thanks for ur reply and it is working.

Ragards
Ravi
Tags
RibbonBar
Asked by
Ravi Prakash
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Ravi Prakash
Top achievements
Rank 1
Share this question
or