After adding tabs and RadRibbonBar groups, the next step in designing a Telerik RadRibbonBar is to add button groups and buttons.
To Add a Button Group to a RibbonBar Group
To add a button group to a RadRibbonBar group, use one of these methods:
- Right-click in any empty space in the RadRibbonBar group and select Add an item, Horizontal button group or Add an item, Vertical button group.
- Right-click in an existing button group and select Insert adjacent, Horizontal button group or Insert adjacent, Vertical button group.
To Add a Button Group to a Button Group
To add a button group to an existing button group, use one of these methods:
- Right-click in any empty space in the button group and select Add an item, Horizontal button group or Add an item, Vertical button group.
- Right-click in an existing button group within the target button group and select Insert adjacent, Horizontal button group or Insert adjacent, Vertical button group.
To Remove a Button Group
To remove a button group, use one of these methods:
- Select the button group, press Delete.
- Right-click in the button group, select Delete.
To Add a Button to a Button Group
To add a button to a button group, use one of these methods:
- Right-click in any empty space in the button group and select Add an item, RadButtonElement.
- Right-click on any element within the button group and select Insert sibling, RadButtonElement.
To Remove a Button
To remove a button, use one of these methods:
- Select the button, press Delete.
- Right-click on the button, select Delete.