mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-14 21:46:37 +08:00
101 lines
5.0 KiB
Markdown
101 lines
5.0 KiB
Markdown
# Fluent.Ribbon
|
|
|
|
<div align="center">
|
|
|
|

|
|
|
|
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.
|
|
|
|
[](https://gitter.im/fluentribbon/Fluent.Ribbon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
[](https://twitter.com/batzendev)
|
|
|
|
[](https://ci.appveyor.com/project/batzen/fluent-ribbon/branch/master)
|
|
[](https://ci.appveyor.com/project/batzen/fluent-ribbon/branch/develop)
|
|
[](https://ci.appveyor.com/project/batzen/fluent-ribbon/branch/develop)
|
|
|
|
[](http://www.nuget.org/packages/Fluent.Ribbon/)
|
|
[](http://nuget.org/packages/Fluent.Ribbon)
|
|
[](http://nuget.org/packages/Fluent.Ribbon)
|
|
[](https://github.com/fluentribbon/Fluent.Ribbon/releases/latest)
|
|
|
|
[](https://github.com/fluentribbon/Fluent.Ribbon/issues)
|
|
[](https://github.com/fluentribbon/Fluent.Ribbon/issues?q=is%3Aissue+is%3Aclosed)
|
|
|
|
[](https://github.com/fluentribbon/Fluent.Ribbon/blob/master/License.txt)
|
|
|
|
</div>
|
|
|
|

|
|
|
|
- [More Screenshots](../../wiki/Screenshots)
|
|
|
|
## Documentation
|
|
|
|
Visit the [documentation](http://fluentribbon.github.io/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](../../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](https://docs.microsoft.com/en-us/windows/desktop/uxguide/cmd-ribbons).
|
|
|
|
## History & roadmap
|
|
|
|
A history of changes is maintained in the [Changelog](Changelog.md).
|
|
The roadmap is done by [milestones](../../milestones).
|
|
|
|
If you feel lack of some important features feel free to use [issues](https://github.com/fluentribbon/Fluent.Ribbon/issues) to create an issue/feature request.
|
|
|
|
## Access to preview versions
|
|
|
|
You can access preview versions through the [AppVeyor nuget feed](https://ci.appveyor.com/nuget/fluent-ribbon).
|
|
|
|
## What you can do to help us
|
|
|
|
- We are accepting pull requests, so you are very welcome to create one
|
|
- [Fix some bugs](../../issues)
|
|
- Help us translating
|
|
- Help us updating the documentation
|
|
|
|
## Development requirements
|
|
|
|
- Visual Studio 2019 (16.6) or later (you can it the from https://visualstudio.microsoft.com/downloads/
|
|
- .NET core SDK v3.1.300 or later (you can it from https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe)
|
|
|
|
## 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\ShadowCache` or `%LOCALAPPDATA%\Microsoft\WDExpress\[VERSION]\Designer\ShadowCache` where `[VERSION]` has to be changed according to your version of Visual Studio
|
|
- Clear the `.vs` folder 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
|
|
|
|
<div>
|
|
<a href="https://cakebuild.net/">
|
|
<img alt="cakebuild.net" width="128" heigth="128" src="./Images/cake-medium.png">
|
|
</a>
|
|
<a href="https://www.jetbrains.com/resharper/">
|
|
<img alt="R#" width="128" heigth="128" hspace="40" src="./Images/icon_ReSharper.png">
|
|
</a>
|
|
<a href="https://www.appveyor.com/">
|
|
<img alt="appveyor" width="128" heigth="128" src="./Images/Appveyor_logo.svg">
|
|
</a>
|
|
</div>
|
|
|
|
## Licence
|
|
|
|
[MIT License (MIT)](./License.txt)
|
|
|
|
---
|
|
|
|
This project was previously hosted on [CodePlex](https://fluent.codeplex.com/).
|