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

Hide default items of quick access toolbar

3 Answers 238 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 11 Jan 2011, 05:43 PM
Hi:
I need hide or quit the default items of my quick access toolbar in ribbonbar.
The default items are "show bellow the ribbon" and "minimize the ribbon"

thanks.

3 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 11 Jan 2011, 06:00 PM
Hello,

You can hide these two items in the following way
Me.RadRibbonBar1.RibbonBarElement.QuickAccessToolBar.ToolbarPositionMenuItem.Visibility = ElementVisibility.Collapsed
Me.RadRibbonBar1.RibbonBarElement.QuickAccessToolBar.MinimizeRibonMenuItem.Visibility = ElementVisibility.Collapsed

Hope that helps
Richard
0
Subhasis
Top achievements
Rank 1
answered on 14 Mar 2017, 09:55 AM

Hi,

Can you please tell how can I add custom menu items in the dropdown of Quick AcCess Toolbar.  The default items are "show bellow the ribbon" and "minimize the ribbon". I want to add one or two custom menus here through code.

0
Dimitar
Telerik team
answered on 14 Mar 2017, 10:58 AM
Hello Subhasis,

The following article shows how you can add items programmatically: Customizing the Quick Access Menu | RadRibbonBar.

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
RibbonBar
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Subhasis
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or