WPF open source control library: MahApps.Metro

WPF open source control library: MahApps.Metro

In fact, the webmaster has known about this open source WPF control library for a long time, but he has never been able to appreciate this style, but he also started the project. Every time I browse this warehouse, I find more and more stars, and I also see many netizens praising it, so I recommend this WPF control library to everyone today.

最后更新 12/12/2020 12:11 PM
沙漠尽头的狼
预计阅读 4 分钟
分类
WPF
专题
WPF control library WPF Open Source Project
标签
.NET WPF control library WPF control library WPF Open Source Project

In fact, the webmaster has known about this open source WPF control library for a long time, but he has never been able to appreciate this style, but he also started the project. Every time I browse this warehouse, I find more and more stars, and I also see many netizens praising it, so I recommend this WPF control library to everyone today.

1. For details how excellent it is, take a look at the warehouse screenshot:

Screenshot of MahApps.Metro warehouse on GitHub

GitHub上的MahApps.Metro仓库截图

  • Currently supports. NET Framework (4.5+) and. NET Core (3.0 and 3.1).

  • The open source protocol is based on MIT:

MIT is as liberal as BSD, and the author only wants to retain copyright without any other restrictions. That is, you must include a statement of the original license agreement in your distribution, whether you distribute it in binary or source code.

  • You can use, copy and modify the software
  • You can use the software for free or sell it
  • The only limitation is that it must be accompanied by an MIT license agreement

2. An excellent open source project, which can be seen by the number of project participants:

项目参与人员庞大

3. List of projects based on this control library

4. Part of the renderings of the control

Finally, let's take a GIF

最后来张动图

5. Conclusion

There are WPF-related projects in the back, or the webmaster's own open source project. The webmaster decided to join this control and try it. It will definitely be good for so many people to use it.

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 9/13/2025

Migration from WPF to Avalonia series: Why I have to migrate WPF programs to Avalonia

In the past few years, our host computer software has been mainly developed using WPF and WinForm. These technologies are really easy to use on the Windows platform, and they have also accompanied us through the stage of small-scale trial production to today's large-scale delivery. However, with the development of business and changes in customer needs, the single Windows technology stack has gradually become a hurdle that we must overcome.

继续阅读
同分类 / 同标签 1/26/2025

WPF internationalizes with custom XML files

This article describes in detail the methods of using custom XML files to achieve internationalization in WPF programs, including installing the necessary NuGet package, dynamically obtaining language lists, dynamically switching languages, using translation strings in code and xaml interfaces, etc. It also provides source code links to help developers easily internationalize WPF applications.

继续阅读