mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Migrated repository
b144c2ec39
According to @ghost1372 suggestion, growl has been improved. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
DockBoxResearch | ||
HandyControl | ||
HandyControlDemo | ||
Resources | ||
.gitattributes | ||
.gitignore | ||
HandyControl.sln | ||
LICENSE | ||
README.md |
Welcome to HandyControl
Latest examples
1、DataGrid
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
16、TextBlock
17、TextBox
18、ComboBox
19、PasswordBox
20、DataPicker
21、TimePicker
22、CirclePanel
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
- Partial control refactoring
- add Dark Theme