mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Migrated repository
.github/ISSUE_TEMPLATE | ||
HandyControl | ||
HandyControlDemo | ||
Resources | ||
.gitattributes | ||
.gitignore | ||
ChangeLog.txt | ||
HandyControl.sln | ||
LICENSE | ||
README.md |
Welcome to HandyControl
Latest examples
1、TextBlock
2、TextBox
3、ComboBox
4、PasswordBox
5、DataPicker
6、TimePicker
7、CirclePanel
History publication
1、ColorPicker
2、Loading
3、Carousel
4、Pagination
5、Expander
6、TimeBar
7、ImageBrowser
8、CompareSlider
9、Growl
10、AnimationPath
11、ProgressBar
12、TabControl
13、StepBar
14、Calendar
15、Clock
Usage
Step 1:Add a reference to HandyControl or search for HandyControl on the nuget;
Step 2:Add 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 3:enjoy 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