Migrated repository
Go to file
2018-10-09 17:35:08 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-09-03 13:44:49 +08:00
HandyControl trim the styles of some controls 2018-10-09 17:35:08 +08:00
HandyControlDemo trim the styles of some controls 2018-10-09 17:35:08 +08:00
Resources update to v1.3.1 2018-10-09 00:41:11 +08:00
.gitattributes Initial commit 2018-05-22 13:03:47 +08:00
.gitignore update to v1.2.0 2018-09-04 15:42:37 +08:00
ChangeLog.txt update to v1.3.1 2018-10-09 00:41:11 +08:00
HandyControl.sln 添加demo项目 2018-05-22 13:26:36 +08:00
LICENSE Initial commit 2018-05-22 13:03:47 +08:00
README.md update to v1.3.1 2018-10-09 00:41:11 +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

1、TextBlock

TextBlock

2、TextBox

TextBox

3、ComboBox

ComboBox

4、PasswordBox

PasswordBox

5、DataPicker

DataPicker

6、TimePicker

TimePicker

7、CirclePanel

CirclePanel

History publication

1、ColorPicker

ColorPicker

2、Loading

Loading

3、Carousel

Carousel

4、Pagination

Pagination

5、Expander

Expander

6、TimeBar

TimeBar

7、ImageBrowser

ImageBrowser

8、CompareSlider

CompareSlider

CompareSlider

9、Growl

Growl

10、AnimationPath

AnimationPath

11、ProgressBar

ProgressBar

12、TabControl

TabControl

13、StepBar

StepBar

14、Calendar

Calendar

15、Clock

Clock

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/ThemesDefault.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Step 3enjoy coding

FAQ

  • How to make Scrollviewer inertial?
<controls:ScrollViewer IsEnableInertia="True">
    
</controls:ScrollViewer>
  • How to make Scrollviewer Penetrating?
<controls:ScrollViewer IsPenetrating="True">
    
</controls:ScrollViewer>

v1.4.0 Plan

  • add TabControl Style
  • add Dark Theme