Skip to content

Contains some simple and commonly used WPF controls

License

Notifications You must be signed in to change notification settings

chenyj796/HandyControl

 
 

Repository files navigation

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 1:Add a reference to HandyControl or search for HandyControl on the nuget;

Install-Package HandyControl

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

Latest examples

WaveProgressBar

WaveProgressBar

Badge

Badge

Gravatar

Gravatar

ChatBubble

ChatBubble

Transfer

Transfer

History publication

ProgressButton

ProgressButton

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

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

About

Contains some simple and commonly used WPF controls

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%