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

Adding items to Quick Access toolbar overlow menu

1 Answer 102 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Nick Wasko
Top achievements
Rank 1
Nick Wasko asked on 11 May 2009, 09:43 PM
I am using C# and Telerik controls version 2009.1.9.414.

In the Quick Access toolbar overflow menu, I would like to create additional items.  I am referring to items like "Show Below the Ribbon" and "Minimize the Ribbon", not the items at the top that are added dynamically to correspond to the toolbar buttons.

Is there a way to add items?  I try:

this.radRibbonBar1.RibbonBarElement.QuickAccessToolBar.OverflowButtonElement.DropDownMenu.Items.Add(new RadMenuItem("testing")); 

in the OverflowButtonElement_DropDownOpening event handler, but the CPU goes to 100% and the app seems to hang.

Any suggestions?

Thanks,
Nick

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 12 May 2009, 08:12 AM
Hello Nick,

Thanks for contacting us.

This functionality is not yet supported by the RadRibbonBar control.

However, since we plan to introduce some new features of the RadQuickAccessToolbar in future releases, we will consider adding this in our TODO list as well.

Do not hesitate to write back if you need further assistance.

Regards,
Deyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
RibbonBar
Asked by
Nick Wasko
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or