RibbonWinForms
RibbonWinForms copied to clipboard
An Office Ribbon Control for .NET WinForms
Sometimes, if I try to click on a button the callback is not triggered. The item is a normal RibbonButton. The handler is defined via ``` this.startBtn.Click += new System.EventHandler(this.onStart);...
After adding/removing panels and buttons, this thing invariably corrupts my WinForm file (e.g., `frmWhatever.vb`) design view. The only way I have found to fix it is to delete the ENTIRE...
This makes a few changes that make this component work properly under Mono on Linux. (without impacting functionality or behavior under Windows.)
Hi, is there a way to highlight a RibbonTab like when you modify a picture or a table in Office? Regards :)
When in RTL mode, the orb dropdown menu wasn't working, due to incorrect `if/else` nesting.
I am using `RibbonWinForms` Version 5.0.1.1 within Visual Studio 2022. ``` ``` I have a ribbon on my form which is using `RibbonTextBox `to enter a user name and a...
I habe change my Projekt to NET 6, the Ribbon works and show on the Editor and work also on Debug. But i can't load to ToolBox and Change the...
Hi, is there an existing method to set the theme color for a ribbon without setting the theme color for the base class?
If someone is interested...