Migrated repository
Go to file
NaBian 904dae7e97 update AnimationPath
The PathLength can now be calculated automatically
2019-03-04 14:46:23 +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 update AnimationPath 2019-03-04 14:46:23 +08:00
HandyControlDemo update AnimationPath 2019-03-04 14:46:23 +08:00
Net35 customise the messagebox 2019-01-24 23:42:12 +08:00
Net40 update version 2019-02-24 13:05:51 +08:00
Resources add Gravatar 2019-03-03 16:12:12 +08:00
.gitattributes Initial commit 2018-05-22 13:03:47 +08:00
.gitignore Separate version 2019-01-21 11:12:38 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-12-11 10:24:48 +08:00
HandyControl_Net35.sln support for .NET framework 3.5 2019-01-21 00:43:10 +08:00
HandyControl_Net40.sln Separate version 2019-01-21 11:12:38 +08:00
HandyControl.sln Update HandyControl.sln 2019-02-26 15:02:33 +08:00
LICENSE Initial commit 2018-05-22 13:03:47 +08:00
README.md add Gravatar 2019-03-03 16:12:12 +08:00

logo

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

Welcome to HandyControl

We're all here

qq-group

捐赠

如果您觉得HandyControl还不错那么就以HandyControl的名义花一顿饭的钱来为慈善事业做一份贡献吧捐赠留言写HandyControl谢谢大家。

捐赠链接: 中华慈善总会

也可以扫下面的二维码:
中华慈善总会

Usage

Step 1Add a reference to HandyControl or search for HandyControl on the nuget;

Install-Package HandyControl

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

Latest examples

Gravatar

Gravatar

ChatBubble

ChatBubble

Transfer

Transfer

ProgressButton

ProgressButton

History publication

CoverFlow

CoverFlow

CoverView

CoverView

MessageBox

MessageBox

WaterfallPanel

WaterfallPanel

Rate

Rate

BlurWindow

BlurWindow

FlipClock

FlipClock

Shield

Shield

OutlineText

OutlineText

Tag

Tag

ToolBar

ToolBar

Slider

Slider

CircleProgressBar

CircleProgressBar

ButtonStyle

ButtonStyle

ToggleButtonStyle

ToggleButtonStyle

RadioButtonStyle

RadioButtonStyle

CheckBoxStyle

CheckBoxStyle

ListBoxStyle

ListBoxStyle

TreeViewStyle

TreeViewStyle

ListViewStyle

ListViewStyle

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

TabControlStyle

TabControlStyle

GroupBox

GroupBox

StepBar

StepBar

GifImage

GifImage

ContextMenu

ContextMenu

Calendar

Calendar

Clock

Clock

CalendarWithClock

CalendarWithClock

TextBlock

TextBlock

RichTextBoxStyle

RichTextBoxStyle

TextBox

TextBox

ComboBox

ComboBox

PasswordBox

PasswordBox

DataPicker

DataPicker

TimePicker

TimePicker

CirclePanel

CirclePanel

BorderStyle

BorderStyle

Switching configuration

Switching configuration