Open source C#WPF control library- AduSkin-UI

Open source C#WPF control library- AduSkin-UI

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

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

Pursue the ultimate and achieve perfection forever

A Beautiful WPF Control UI

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

https://www.cnblogs.com/aduskin/p/12101712.html

1. About "AduSkin"

《AduSkin》融合了 《HandyControl》(本站曾有介绍)、《Arthas》《WPF.UI》等开源 C# WPF 控件库开发而成,并且又添加了控件库作者自己的特色:

1.1 Overview of the control library

1.2 Dynamically modify the theme color

1.3 technical exchanges

2. Case case derived from the "AduSkin" control library

2.1 AduShopping

2.2 AduChat

2.3 Psychological FM

2.4 SuperEvil

2.5 HttpTool

3. A case of characteristic control combination of "AduSkin"

There are currently 13 control combination cases. See the case menu on the left side of the figure below:

The webmaster selects the part to record the picture and introduce it:

3.1 Win10 menu

3.3 Multifunctional Tab

3.4 transition vessel

The playback time interval can be set in the code.

3.6 Timeline

3.7 video controls

3.8 Tree Menu

3.9 data list

Encapsulates paging controls

3.10 Right pop-up window

3.11 right-click menu

4. Written at the end

After downloading the source code, you need to decompress the video parsing library "libvlc.7z" into the Demo output directory before the video playback function can be used normally.

Welcome to the "AduSkin" control library. If you have any problems during the use of the control, you can add the author's QQ account or QQ technical exchange group for communication.

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 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.

继续阅读