New to Telerik UI for WinForms? Download free 30-day trial

Adding and Removing Groups and Buttons

After adding tabs and RadRibbonBar groups, the next step in designing a RadRibbonBar is to add  button groups and buttons.

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.

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.

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.

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.

Remove a Button

To remove a button, use one of these methods:

  • Select the button, press Delete.

  • Right-click on the button, select Delete.

See Also

In this article