Windows Ribbon for WinForms is a .NET wrapper for Windows Ribbon control. It will allow WinForms developers to use Microsoft Windows Ribbon control in their WinForms applications.
The project includes the library RibbonLib, which adds support for Windows Ribbon to WinForms application.
- Original based from Windows Ribbon for WinForms by Arik Poznanski
See the changelog for changes.
Add the library to your project
Add the NuGet Package. Right click on your project and click 'Manage NuGet Packages...'. Search for 'RibbonLib' and click on install. Once installed the library will be included in your project references. (Or install it through the package manager console: PM> Install-Package RibbonLib).
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
No more documentation required for now.
Code released under Microsoft Public License (Ms-PL)