/HandyControl

Contains some simple and commonly used WPF controls

Primary LanguageC#MIT LicenseMIT

logo

csharp-version IDE-version nuget-version build-status Join the chat at https://gitter.im/HandyControl/Lobby

Welcome to HandyControl

Latest examples

1、CircleProgressBar

CircleProgressBar

2、DataGrid

DataGrid

3、Now you can switch to dark theme

dark theme

History publication

1、ColorPicker

ColorPicker

2、Loading

Loading

3、Carousel

Carousel

4、Pagination

Pagination

5、Expander

Expander

6、TimeBar

TimeBar

7、ImageBrowser

ImageBrowser

8、CompareSlider

CompareSlider

CompareSlider

9、Growl

Growl

10、AnimationPath

AnimationPath

11、ProgressBar

ProgressBar

12、TabControl

TabControl

13、StepBar

StepBar

14、Calendar

Calendar

15、Clock

Clock

16、TextBlock

TextBlock

17、TextBox

TextBox

18、ComboBox

ComboBox

19、PasswordBox

PasswordBox

20、DataPicker

DataPicker

21、TimePicker

TimePicker

22、CirclePanel

CirclePanel

Usage

Step 1:Add a reference to HandyControl or search for HandyControl on the nuget;
Step 2:Add code in App.xaml as follows:

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

Step 3:enjoy coding