The eight interfaces of this open source WPF UI design project are good

The eight interfaces of this open source WPF UI design project are good

I found this open source project based on a blog post shared by netizens. This open source project has 8 interface designs, all of which work well and can be used as a reference for WPF development.

最后更新 7/1/2020 1:45 PM
沙漠尽头的狼
预计阅读 1 分钟
分类
WPF
专题
WPF UI Design WPF Open Source Project
标签
.NET WPF WPF Open Source Project open source projects open source

GitHub Warehouse Information

  • Github warehouse address: github.com/HenJigg/WPF-UI-Design
  • bilibili video address: space.bilibili.com/32497462

I found this open source project based on a blog post shared by netizens. This open source project has 8 interface designs, all of which work well and can be used as a reference for WPF development.

If you are interested, you can add star, download and run it according to the above github repository address. In addition, the author has also recorded many wpf learning videos on bilibili, which are explained free and in Chinese.

Here are 8 screenshots of interface designs. I hope you like one:

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.

继续阅读