HandyControl/README.md
2018-11-25 22:41:35 +08:00

4.8 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

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