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

Making Ribbon/Toolbar Optional

1 Answer 62 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 04 Jul 2010, 05:15 PM
Hi,
I'm evaluating your WinForms control suite and was wondering if I can build an application where the user can choose between having a ribbon or a menu/toolbar application window. If so, how can I switch between those modes programmatically? Some other control vendors just require to drop the ribbon control onto a standard form to make it a ribbon form. When I then hide the ribbon control and show the menu/toolbar, I'm basically back in standard (menu/toolbar) mode again. Is something like that possible using Telerik?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 06 Jul 2010, 04:30 PM
Hello Stefan,

Thank you for contacting us.

If you are looking for automatic conversion from a Ribbon interface to the menu/toolbar interface, Telerik WinForms controls do not support such. To be honest, I am not familiar with any other vendor that supports that in the .NET world out-of-the-box. The only suggest I can make is to have two forms with the respective interface, and show the one that the user selects. Note that in order to have proper Ribbon experience, the RibbonBar has to overlap the form's titlebar. This is why we offer a dedicated RibbonForm. You can nevertheless use our RibbonBar as a standalone control on a regular form or Telerik RadForm.

This seems to be a good feature to have, so we will appreciate your feedback on why would you need such a rollback. We will also appreciate it if you share your experiences with the other vendor's tools, so that we know how to make this functionality better in case we decide to do this.


Kind regards,
Stefan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RibbonBar
Asked by
Stefan
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or