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

Remove RibbonTab strip element

2 Answers 164 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Pradeep Enugala
Top achievements
Rank 1
Pradeep Enugala asked on 19 Apr 2010, 12:51 PM
Hi

We are using RadRibbon form for our application.Added the menuitems to the ribbon bar and doesn't want the tab strip for my application. we tried of removing the Tabstrip element by assigning the 'Visibility' property of Tabstrip element to 'Hidden' but no result.

Please find the attached image

Thank you

2 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 22 Apr 2010, 01:46 PM
Hi Pradeep Enugala,

Thank you for the question.

In order to set RadRibbonBar in 'title bar mode', you need to set the Visibility property of the TabStripElement and the MaxSize property of RadRibbonBar:
this.radRibbonBar1.MaximumSize = new Size(0, 50);
this.radRibbonBar1.RibbonBarElement.TabStripElement.Visibility = ElementVisibility.Collapsed;

I hope this information is helpful.

All the best,
Nikolay
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
Pradeep Enugala
Top achievements
Rank 1
answered on 23 Apr 2010, 11:12 AM
Thank you for the reply and the informations sent by you is applied in my application and its working fine

Regards
Pradeep
Tags
RibbonBar
Asked by
Pradeep Enugala
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Pradeep Enugala
Top achievements
Rank 1
Share this question
or