Fluent.Ribbon is a library that implements an Office-like user interface for the Windows Presentation Foundation (WPF). It provides controls such as RibbonTabControl, Backstage, Gallery, QuickAccessToolbar, ScreenTip and so on.
Visit the documentation.
Almost all features are shown in the showcase application.
The showcase application is included with every release, so you can just grab it from releases
If you think there is something missing in the showcase application feel free to create an issue for that.
To be more familiar with the Ribbon concept see msdn article.
A history of changes is maintained in the Changelog. The roadmap is done by milestones.
If you feel lack of some important features feel free to use issues to create an issue/feature request.
You can access preview versions through the AppVeyor nuget feed.
- We are accepting pull requests, so you are very welcome to create one
- Fix some bugs
- Help us translating
- Help us updating the documentation
- Visual Studio 2019 Preview 1.1 (16.0) or later (you can get the preview from https://visualstudio.microsoft.com/de/vs/preview/)
- .NET core SDK v3.0 or later (you can get the latest preview from https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe)
- For general formatting you have to use editorconfig (should work out of the box with Visual Studio 2019)
- XAML
- Position each attribute on a separate line
- Position first attribute on same line as start tag
- Position each attribute on a separate line
This project was previously hosted on CodePlex.