Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
Eric Moreau
asked on 08 Feb 2013, 01:58 PM
Hi
Is there a way to use a plain old RadMenu and a RadRibbonBar (but not with its own menu and title bar and everything) at the same time?
I would like to have the look of the Ribbon bar (mix of large and small images) but my users are not ready to give away the traditional menu at the top of the form (not the one hidden like the RadApplicationMenu!).
I have tried the RadCommandBar and I can't get everything I want (mixed of images sizes, section caption, ...)
Is there a way to use a plain old RadMenu and a RadRibbonBar (but not with its own menu and title bar and everything) at the same time?
I would like to have the look of the Ribbon bar (mix of large and small images) but my users are not ready to give away the traditional menu at the top of the form (not the one hidden like the RadApplicationMenu!).
I have tried the RadCommandBar and I can't get everything I want (mixed of images sizes, section caption, ...)
4 Answers, 1 is accepted
0
Hi Eric,
You can achieve this functionality бъ collapsing the quick access bar elements from the RadRibbonBar element tree. Please view the attached video details.
I hope this helps.
Greetings,
Julian Benkov
the Telerik team
You can achieve this functionality бъ collapsing the quick access bar elements from the RadRibbonBar element tree. Please view the attached video details.
I hope this helps.
Greetings,
Julian Benkov
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 13 Feb 2013, 01:12 AM
Very cool. I am pretty sure you would get more people using it if it was easier to find in the docs.
Last question: if I only want 1 tab, can I get the header to disappear to get back that space?
Last question: if I only want 1 tab, can I get the header to disappear to get back that space?
0
Accepted
Hello Eric,
Yes, you can collapse the StripViewItemContainer child element of RibbonTabStripElement. Please view the attached screenshot for details.
I hope this helps.
Kind regards,
Julian Benkov
the Telerik team
Yes, you can collapse the StripViewItemContainer child element of RibbonTabStripElement. Please view the attached screenshot for details.
I hope this helps.
Kind regards,
Julian Benkov
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
Eric Moreau
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 13 Feb 2013, 10:54 AM
Excellent. Thanks for the complete info.