Tag

Avalonia UI

正在浏览与 Avalonia UI 相关的文章。

24 篇文章
1 当前页
Problems with Avalonia clipboard and DataGrid

Problems with Avalonia clipboard and DataGrid

Record two problems recently solved by Avalonia desktop software development: clipboard copying crash and Tab switching DataGrid stuck, analyze the root causes and give solutions

沙漠尽头的狼 1/11/2026 12:23 PM
Migration from WPF to Avalonia series: Why I have to migrate WPF programs to Avalonia

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.

西北飞虻 9/13/2025 7:54 PM
Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

Lang.Avalonia: Avalonia's multi-language solution seamlessly supports three formats: Resx/XML/JSON

This is a multi-language management library specially designed for the Avalonia framework. It reconstructs the multi-language support logic through plug-in architecture. It is not only compatible with traditional Resx resource files, but also adds support for XML and JSON formats. It also provides type-safe resource references, dynamic language switching and other capabilities make multi-language development simpler and more efficient.

沙漠尽头的狼 8/9/2025 7:58 PM
Practical development of QR code generation tool for moving cars

Practical development of QR code generation tool for moving cars

This article describes how to develop a mobile QR code generation tool, including desktop versions implemented by C#and Avalonia, and online versions implemented by Blazor front-end and. NET Web API, covering requirements analysis, core code implementation, UI design and MVVM pattern applications.

沙漠尽头的狼 3/10/2025 7:54 PM