$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
RibbonBar WinForms Control
Add buttons and RibbonBar groups using C# code. Remove buttons and groups from RibbonBar
Home > WinForms UI Controls > User Manual > Add/Remove Groups and Buttons in RibbonBar in C#

RibbonBar Groups and Buttons Adding and Removing in C#

When the users added the tabs and RibbonBar groups to the control, they can add button groups and buttons to the RibbonBar. Like the tabs and ribbon bar groups adding and removing, the buttons and ribbon bar groups adding and removing are also the commonly tasks when designing the user interface of ribbon bar for .NET Windows applications. The following are the tutorial on how to add and remove button groups and buttons.

Add a Button Group to a RibbonBar Group

KetticRibbonBar control for Windows Forms allows the users easily to add a button group to a KetticRibbonBar group. The RibbonBar designers are able to add a button group by right click the empty space in the KetticRibbonBar group and choose one of the Add an item, Horizontal button group or Add an item, Vertical button group. Another approach is to right click on an existing button group and choose one of the Insert adjacent, Horizontal button group or Insert adjacent, Vertical button group

Add a Button Group to a Button Group

When the RibbonBar designers need to add a button group to an existing button group, they can right click in the empty space in the button group and choose each one of Add an item, Horizontal button group or Add an item, Vertical button group. Or they are able to choose Insert adjacent, Horizontal button group or Insert adjacent, Vertical button group to add button group to an existing button group.

Remove a Button Group

When the users need to delete a button group, they can choose button group and click Delete or right click in the button group and choose Delete.

Add a Button to a Button Group

KetticRibbonBar WinForms control is capable of adding a button to a button group. This can be done by right clicking in empty space in the button group and choose Add an item or KetticButtonElement. An alternative approach is to right click on an element of an existing button group and choose Insert sibling or KetticButtonElement.

Remove a Button from Button Group

When the users need to delete a button from a button group, they can click the button and click Delete or right click in the button and hit Delete.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls