手把手一起使用开源WPF控件HandyControl

1、创建WPF工程

首先创建WPF工程

2、安装HandyControl

点击工具->NuGet包管理器->管理解决方案的NuGet程序包,如图所示:

手把手一起使用开源WPF控件HandyControl_第1张图片
直接搜索HandyControl,如图所示:

手把手一起使用开源WPF控件HandyControl_第2张图片
点击安装:

手把手一起使用开源WPF控件HandyControl_第3张图片
安装完成:

手把手一起使用开源WPF控件HandyControl_第4张图片

3、App.xaml加代码

在App.xaml中加入如下代码:

    <ResourceDictionary>
      <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml" />
        <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml" />
      </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>

如图所示:

手把手一起使用开源WPF控件HandyControl_第5张图片

4、开始使用HandyControl

工具箱中已新增HandyControl,可以开始使用,如图所示:

手把手一起使用开源WPF控件HandyControl_第6张图片
HandyControl: https://github.com/NaBian/HandyControl

希望本文对大家有帮助,上文若有不妥之处,欢迎指正

分享决定高度,学习拉开差距

你可能感兴趣的:(一起学C#,笔记,资源分享,wpf,c#,HandyControl,WPF空间,.net,visualstudio,github)