Migrated repository
Go to file
NaBian b144c2ec39 improve growl
According to @ghost1372  suggestion, growl has been improved.
2018-10-24 14:20:42 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-09-03 13:44:49 +08:00
DockBoxResearch improve growl 2018-10-24 14:20:42 +08:00
HandyControl improve growl 2018-10-24 14:20:42 +08:00
HandyControlDemo improve growl 2018-10-24 14:20:42 +08:00
Resources update to v1.3.4 2018-10-19 14:47:43 +08:00
.gitattributes Initial commit 2018-05-22 13:03:47 +08:00
.gitignore improve growl 2018-10-24 14:20:42 +08:00
HandyControl.sln improve growl 2018-10-24 14:20:42 +08:00
LICENSE Initial commit 2018-05-22 13:03:47 +08:00
README.md update to v1.3.4 2018-10-19 14:47:43 +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、DataGrid

DataGrid

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

16、TextBlock

TextBlock

17、TextBox

TextBox

18、ComboBox

ComboBox

19、PasswordBox

PasswordBox

20、DataPicker

DataPicker

21、TimePicker

TimePicker

22、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/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

  • Partial control refactoring
  • add Dark Theme