HandyControl/README.md
2018-11-11 15:07:55 +08:00

4.6 KiB
Raw Blame History

logo

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

Welcome to HandyControl

Latest examples

1、Slider

Slider

2、CircleProgressBar

CircleProgressBar

3、DataGrid

DataGrid

4、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 1Add a reference to HandyControl or search for HandyControl on the nuget;
Step 2Add 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 3enjoy coding