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

RibbonbarbuttonGroup

2 Answers 113 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
AdamL
Top achievements
Rank 1
AdamL asked on 16 Nov 2006, 03:40 PM
I am attempting to add a radribbonbarbuttongroup to my ribbonbar and I am not seeing it listed in the toolbox.  I have created a toolbox tab and dragged the Telerik.WinControls.UI.dll to it.  I am able to see the RadRibbonBar in the toolbox but no buttongroup.  I have also verified that I am able to see the buttongroup in code.  I could manually add the element via code but, that would defeat the purpose of having the toolbox and a visual IDE.  Any advice is greatly appreciated.

- Adam

2 Answers, 1 is accepted

Sort by
0
Chris
Telerik team
answered on 16 Nov 2006, 05:42 PM
Hello Adam,
You can add a button group this way:
1) Add a RibbonBar control to your form.
2) Add a RibbonBarChunk in some of the ribbon's command tabs by clicking the chunk which has a "New Chunk" label.
3) Right click in the chunk and select a "RibbonBarButtonGroup" from the context menu.

You can add buttons and other items in the button group and other button groups as well. By default the button group which is inserted directly in the chunk doesn't have border (the ShowBorder property is set to false). Each button group which is inserted in another button group has border by default (ShowBorder = true).
I hope this information helps.

Best wishes,
Chris
the telerik team
0
AdamL
Top achievements
Rank 1
answered on 16 Nov 2006, 05:57 PM
Thanks for the quick response.  I did not think of the right click...
Tags
RibbonBar
Asked by
AdamL
Top achievements
Rank 1
Answers by
Chris
Telerik team
AdamL
Top achievements
Rank 1
Share this question
or