Hiding the QuickAccessToolBar in RibbonControlAdv

Is it possible to hide the tool bar (that contains the title and Quick Access items) at the top of the RibbonControlAdv and just display the RibbonControlAdv with a set of ToolStripTabItems?
Alternatively, is it possible to add ToolStripTabItems to some other UI collection component?
I also had a look at the RibbonTabControl but I'm not sure if that's the ideal solution either.

Thanks in advance

4 Replies

GM Geetha M Syncfusion Team December 7, 2006 11:08 AM UTC

Hi Mark,

Thanks for your interest in Syncfusion products.

We already have feature request to turn on/off the Quick Access Toolbar and Menu Button and we are working in it. It will be available with the future release of Essential Studio. There is no possible way to add ToolStripTabItems to any other UI collection components.

Please let me know if you have any other questions.

Regards,
Geetha


MA Mark Atkinson December 7, 2006 04:41 PM UTC

Sounds good Geetha.
Thanks!

Mark


SC Steve Carroll January 17, 2007 03:39 PM UTC

While this feature is unavailable, is there a way to programmatically derive from the RibbonForm and remove the QuickAccess button and other features manually? If so, what's the best way to go about it? Thanks!


GR Golda Rebecal Syncfusion Team January 23, 2007 02:50 PM UTC

Hi Steve,
We can remove the form title bar by setting the IsFormManager property of RibbonControlAdv to false.
this.ribbonControlAdv1.IsFormManager = false;

There is no possible way to remove the QuickAccessButtons feature.
Thanks for your interest in Syncfusion products.

Regards,
Golda

Loader.
Up arrow icon