How to remove QuickItems from RibbonBar Header

Hello,

I'm doing an app that uses a RibbonBar. I can add quick items dinamically (ribbonBar.Header.AddQuickItem) but how can I remove it dinamically? You only have Add methods (AddQuickItem and AddMainItem) and two events (OnAdd and OnRemove), but there is no method to remove neither there is a way to get the collection of the quickitems buttons.

Regards,

Ricardo Faustino


1 Reply

SS Sri Subhashini M Syncfusion Team November 28, 2007 10:31 AM UTC

Hi Ricardo,

Thank you for using Syncfusion product.

The RibbonHeader implementation is restricted to access the inner collections, its declared as an "internal" object. The list in which the ToolStripTabItem objects are maintained is declared as a "private" entity. So we can remove the quickitems through designer only.

I regret to let you know that currently we do not provide support for "Removing quickitems from ribboncontroladv through code." feature in our Tools.Window library. We have notified our development team on this regard and will get back to you once we hear back from them.

Regards,
Suba



Loader.
Up arrow icon