Migrated repository
Go to file
2018-12-01 00:29:36 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-09-03 13:44:49 +08:00
DockBoxResearch Fixed bug that could not compile on net45 2018-11-27 10:50:51 +08:00
HandyControl Fixed bug that could not compile on net45 2018-11-27 10:50:51 +08:00
HandyControlDemo Fixed bug that could not compile on net45 2018-11-27 10:50:51 +08:00
Resources add qq-group.jpg 2018-12-01 00:29:36 +08:00
.gitattributes Initial commit 2018-05-22 13:03:47 +08:00
.gitignore improve growl 2018-10-24 14:20:42 +08:00
HandyControl.sln Fixed bug that could not compile on net45 2018-11-27 10:50:51 +08:00
LICENSE Initial commit 2018-05-22 13:03:47 +08:00
README.md add OutlineText 2018-11-25 22:41:35 +08:00

logo

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

Welcome to HandyControl

Latest examples

OutlineText

OutlineText

Tag

Tag

ToolBar

ToolBar

Slider

Slider

CircleProgressBar

CircleProgressBar

History publication

DataGrid

DataGrid

Now you can switch to dark theme

dark theme

ColorPicker

ColorPicker

Loading

Loading

Carousel

Pagination

Pagination

Expander

Expander

TimeBar

TimeBar

ImageBrowser

ImageBrowser

CompareSlider

CompareSlider

CompareSlider

Growl

Growl

AnimationPath

AnimationPath

ProgressBar

ProgressBar

TabControl

TabControl

StepBar

StepBar

Calendar

Calendar

Clock

Clock

TextBlock

TextBlock

TextBox

TextBox

ComboBox

ComboBox

PasswordBox

PasswordBox

DataPicker

DataPicker

TimePicker

TimePicker

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