Skip to content

fluentribbon/Fluent.Ribbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

Fluent.Ribbon

Banner

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.

Join the chat at https://gitter.im/fluentribbon/Fluent.Ribbon Twitter

Build status (master) Build status (develop) Tests (develop)

Downloads Nuget Nuget (pre) Release

Issues Issues

License

Showcase

Documentation

Visit thedocumentation.
Almost all features are shown in theshowcase application.
The showcase application is included with every release, so you can download stable versions fromreleasesand preview versions fromCI artifacts.
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 seemsdn article.

History & roadmap

A history of changes is maintained in theChangelog. The roadmap is done bymilestones.

If you feel lack of some important features feel free to useissuesto create an issue/feature request.

Access to preview versions

You can access preview versions through theAppVeyor nuget feed.

What you can do to help us

  • We are accepting pull requests, so you are very welcome to create one
  • Fix some bugs
  • Help us translating
  • Help us updating the documentation

Development requirements

Designer issues

If you have issues using the designer inside of Visual Studio you can try the following things:

  • Clear%LOCALAPPDATA%\Microsoft\VisualStudio\[VERSION]\Designer\ShadowCacheor%LOCALAPPDATA%\Microsoft\WDExpress\[VERSION]\Designer\ShadowCachewhere[VERSION]has to be changed according to your version of Visual Studio
  • Clear the.vsfolder in your development folder

If none of that helps feel free to report an issue here.

Formatting settings that have to be used

  • 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

Awesome tools which Fluent.Ribbon can use

Licence

MIT License (MIT)


This project was previously hosted onCodePlex.