Category

WPF

WPF desktop development, UI design, and framework practice

90 articles
9 Current page
WPF File Drag and Drop

WPF File Drag and Drop

When uploading files, usually an upload button is provided. Click to upload, a file (or directory selection dialog) pops up. After selecting a file (or directory), the file path is obtained from the dialog object, and then the upload operation is performed.

沙漠尽头的狼 11/27/2020 11:10 AM
How to Implement Internationalization and Localization of WPF Prism Modules?

How to Implement Internationalization and Localization of WPF Prism Modules?

The previous article briefly introduced the internationalization of the main project, implemented using resource dictionaries (XAML). In the past few days, I added several Prism modules and found that using resource dictionaries for internationalization and localization in submodules is not easy, and I couldn't find good reference articles. So I switched to using resource files instead.

沙漠尽头的狼 4/21/2020 1:45 PM
Open-source C# WPF Control Library - AduSkin–UI

Open-source C# WPF Control Library - AduSkin–UI

A simple and beautiful WPF UI that incorporates components from some open-source frameworks. It is a customized UI for individuals and can be used as a reference for learners.

沙漠尽头的狼 2/2/2020 1:45 PM
A WPF Open Source Project Worth Learning: Accelerider.Windows

A WPF Open Source Project Worth Learning: Accelerider.Windows

This project applies the Prism MVVM framework. The displayed data comes from other service programs and uses WebAPI communication. To run this program normally, you need to create a WebAPI program yourself, with the API interface providing data driving. In fact, it is most straightforward to directly view the code; those who need it can easily extract it, even if the project cannot run.

沙漠尽头的狼 12/5/2019 1:45 PM
Open Source C# WPF Control Library - Panuon.UI.Silver

Open Source C# WPF Control Library - Panuon.UI.Silver

An excellent domestic open-source WPF control library, an optimized version of Panuon.UI. A beautiful WPF UI control library using styles and attached properties, worth recommending for use and learning.

沙漠尽头的狼 12/4/2019 1:45 PM