Migrated repository
Go to file
2018-12-11 10:24:48 +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 fix bug 2018-12-10 20:07:53 +08:00
HandyControlDemo Modified the radiobutton style in the #20 2018-12-08 15:15:32 +08:00
Resources add img 2018-12-05 15:11:54 +08:00
.gitattributes Initial commit 2018-05-22 13:03:47 +08:00
.gitignore improve growl 2018-10-24 14:20:42 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-12-11 10:24:48 +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 new tabcontrol style and radiobutton style 2018-12-05 15:26:56 +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

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

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

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

Switching configuration

Switching configuration

Discussion

DataGrid