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

Removing the 'quick buttons' bar ?

1 Answer 57 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 02 Dec 2011, 04:01 PM
Hello,

on this screenshot :http://tc81.net/private/telerik/20111202_1554.jpg

How can I remove that stuffs that's hiding a part of the word 'Contacts' ?

I think I found a way which is to hidden to set visibility:hidden for the first contextualTabGroup, and start to use at index 1 instead of 0.
But I'm not sure if that is the "clean" way to do it.


Thank you.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Dec 2011, 01:53 PM
Hello Thomas,

Thank you for writing.

You can hide the RibbonBar's QuickAccessToolbar element as shown below:

this.radRibbonBar1.RibbonBarElement.QuickAccessToolBar.Visibility = Telerik.WinControls.ElementVisibility.Hidden;

I hope this helps. Kind regards,
Peter
the Telerik team

Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

Tags
RibbonBar
Asked by
Thomas
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or