2019-08-20 20:22:00 +08:00
|
|
|
|
![logo](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/icon.png)
|
2018-08-24 15:00:26 +08:00
|
|
|
|
|
2019-10-21 23:03:12 +08:00
|
|
|
|
![dotnet-version](https://img.shields.io/badge/.net-%3E%3D4.0-blue.svg) ![csharp-version](https://img.shields.io/badge/C%23-8.0-blue.svg) ![IDE-version](https://img.shields.io/badge/IDE-vs2019-blue.svg) [![nuget-version](https://img.shields.io/nuget/v/HandyControl.svg)](https://www.nuget.org/packages/HandyControl) [![build-status](https://ci.appveyor.com/api/projects/status/github/handyorg/handycontrol?svg=true)](https://ci.appveyor.com/project/handyorg/handycontrol) [![Join the chat at https://gitter.im/HandyControl/Lobby](https://badges.gitter.im/HandyControl/Lobby.svg)](https://gitter.im/HandyControl/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![wiki](https://img.shields.io/badge/wiki-Complete-brightgreen.svg)](https://github.com/ghost1372/HandyControl/wiki) [![Nuget](https://img.shields.io/nuget/dt/handycontrol)](https://www.nuget.org/packages/HandyControl)
|
2018-12-15 23:37:26 +08:00
|
|
|
|
|
2019-01-31 21:10:51 +08:00
|
|
|
|
# Welcome to HandyControl
|
2019-01-17 15:31:06 +08:00
|
|
|
|
|
2019-10-21 23:03:12 +08:00
|
|
|
|
## 面向中国
|
2019-01-17 15:31:06 +08:00
|
|
|
|
|
2019-10-21 23:03:12 +08:00
|
|
|
|
### 加入讨论
|
2018-08-24 15:00:26 +08:00
|
|
|
|
|
2019-10-21 23:05:45 +08:00
|
|
|
|
| | 1群 (已满) | 2群 |
|
2019-10-21 23:03:12 +08:00
|
|
|
|
|-|:-:|:-:|
|
|
|
|
|
| 群号码 | [![qq-group](https://img.shields.io/badge/qq-714704041-red.svg)](//shang.qq.com/wpa/qunwpa?idkey=a571e5553c9d41e49c4f22f3a8b2865451497a795ff281fedf3285def247efc1) | [![qq-group](https://img.shields.io/badge/qq-858784803-red.svg)](//shang.qq.com/wpa/qunwpa?idkey=5c18622a0f6ee07a6f33afa8cdb85b1f72ea50e878271dfcec919c76b55afee7) |
|
|
|
|
|
| 二维码 | ![qq-group](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/qq_group_1.png) | ![qq-group](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/qq_group_2.png) |
|
2019-04-02 23:31:45 +08:00
|
|
|
|
|
2019-10-21 23:03:12 +08:00
|
|
|
|
### 中文文档
|
2019-04-06 23:10:14 +08:00
|
|
|
|
|
|
|
|
|
[https://handyorg.github.io/handycontrol/](https://handyorg.github.io/handycontrol/)
|
2019-04-02 23:31:45 +08:00
|
|
|
|
|
2019-04-02 23:32:58 +08:00
|
|
|
|
### 捐赠
|
2019-04-02 23:31:45 +08:00
|
|
|
|
如果您觉得HandyControl还不错,并且刚好有些闲钱,那么可以选择以下两种方式来捐赠:
|
|
|
|
|
|
|
|
|
|
* [以HandyControl的名义为慈善事业做贡献](http://www.chinacharityfederation.org/ConfirmDonation/0.html?zhijie=3)
|
|
|
|
|
|
|
|
|
|
* 为我们购买防脱洗发水
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![qrcode](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/qrcode.png)
|
2019-04-02 23:31:45 +08:00
|
|
|
|
|
2019-03-31 15:43:55 +08:00
|
|
|
|
## Special thanks to
|
2019-02-26 20:22:15 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
[![JetBrains](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/resharper_logo.png)](https://www.jetbrains.com/?from=HandyControl)
|
2019-02-26 20:22:15 +08:00
|
|
|
|
|
2019-01-31 21:10:51 +08:00
|
|
|
|
## Usage
|
2019-01-30 02:55:50 +08:00
|
|
|
|
|
|
|
|
|
Step 1:Add a reference to HandyControl or search for HandyControl on the nuget;
|
|
|
|
|
|
|
|
|
|
```Install-Package HandyControl```
|
|
|
|
|
|
|
|
|
|
Step 2:Add code in App.xaml as follows:
|
|
|
|
|
```XML
|
|
|
|
|
<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>
|
|
|
|
|
```
|
2019-06-08 17:16:39 +08:00
|
|
|
|
|
|
|
|
|
Step 3: Add NameSpace:
|
|
|
|
|
`xmlns:hc="https://handyorg.github.io/handycontrol"`
|
|
|
|
|
|
|
|
|
|
Step 4:enjoy coding
|
2019-01-30 02:55:50 +08:00
|
|
|
|
|
2019-06-12 22:04:52 +08:00
|
|
|
|
## VSIX packages for Visual Studio
|
|
|
|
|
|
|
|
|
|
| [VS2019](https://marketplace.visualstudio.com/items?itemName=HandyOrg.handycontrolforvs2019) |
|
|
|
|
|
| ------------- |
|
|
|
|
|
|
2019-05-06 00:47:36 +08:00
|
|
|
|
## Overview
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Overview](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Overview.png)
|
2019-05-06 00:47:36 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Overview-dark](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Overview-dark.png)
|
2019-05-06 00:47:36 +08:00
|
|
|
|
|
2018-10-09 00:41:11 +08:00
|
|
|
|
## Latest examples
|
2018-08-24 15:00:26 +08:00
|
|
|
|
|
2019-10-27 22:46:38 +08:00
|
|
|
|
### Divider
|
|
|
|
|
|
|
|
|
|
![Divider](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Divider.png)
|
|
|
|
|
|
2019-09-28 00:32:24 +08:00
|
|
|
|
### GeometryAnimation
|
|
|
|
|
|
|
|
|
|
![GeometryAnimation](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/GeometryAnimation.gif)
|
|
|
|
|
|
2019-09-17 00:49:35 +08:00
|
|
|
|
### SplitButton
|
|
|
|
|
|
|
|
|
|
![SplitButton](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/SplitButton.png)
|
|
|
|
|
|
2019-08-29 23:53:53 +08:00
|
|
|
|
### FloatingBlock
|
|
|
|
|
|
|
|
|
|
![FloatingBlock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/FloatingBlock.gif)
|
|
|
|
|
|
2019-08-10 21:24:37 +08:00
|
|
|
|
### HoneycombPanel
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![HoneycombPanel](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/HoneycombPanel.png)
|
2019-08-10 21:24:37 +08:00
|
|
|
|
|
2019-10-27 22:46:38 +08:00
|
|
|
|
## History publication
|
|
|
|
|
|
2019-08-03 22:58:54 +08:00
|
|
|
|
### RunningBlock
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![RunningBlock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/RunningBlock.gif)
|
2019-08-03 22:58:54 +08:00
|
|
|
|
|
2019-07-18 20:22:08 +08:00
|
|
|
|
### ImageBlock
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ImageBlock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ImageBlock.gif)
|
2019-07-18 20:22:08 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ImageBlock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ImageBlock.png)
|
2019-07-18 20:22:08 +08:00
|
|
|
|
|
2019-07-13 17:08:55 +08:00
|
|
|
|
### Magnifier
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Magnifier](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Magnifier.png)
|
2019-07-13 17:08:55 +08:00
|
|
|
|
|
2019-06-21 00:42:02 +08:00
|
|
|
|
### Card
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Card](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Card.png)
|
2019-06-21 00:42:02 +08:00
|
|
|
|
|
2019-06-18 23:26:09 +08:00
|
|
|
|
### ButtonGroup
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ButtonGroup](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ButtonGroup.png)
|
2019-06-18 23:26:09 +08:00
|
|
|
|
|
2019-05-09 23:38:53 +08:00
|
|
|
|
### Grid
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Grid](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Grid.gif)
|
2019-05-09 23:38:53 +08:00
|
|
|
|
|
2019-05-04 22:17:10 +08:00
|
|
|
|
### SideMenu
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![SideMenu](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/SideMenu.png)
|
2019-05-04 22:17:10 +08:00
|
|
|
|
|
2019-03-31 15:43:55 +08:00
|
|
|
|
### NotifyIcon
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![NotifyIcon](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/NotifyIcon.png)
|
2019-03-31 15:43:55 +08:00
|
|
|
|
|
2019-03-12 00:47:25 +08:00
|
|
|
|
### Dialog
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Dialog](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Dialog.png)
|
2019-03-12 00:47:25 +08:00
|
|
|
|
|
2019-03-07 23:37:34 +08:00
|
|
|
|
### WaveProgressBar
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![WaveProgressBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/WaveProgressBar.gif)
|
2019-03-07 23:37:34 +08:00
|
|
|
|
|
2019-03-07 00:12:44 +08:00
|
|
|
|
### Badge
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Badge](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Badge.png)
|
2019-03-07 00:12:44 +08:00
|
|
|
|
|
2019-03-03 16:12:12 +08:00
|
|
|
|
### Gravatar
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Gravatar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Gravatar.gif)
|
2019-03-03 16:12:12 +08:00
|
|
|
|
|
2019-03-31 16:53:05 +08:00
|
|
|
|
### GoToTop
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![GoToTop](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/GoToTop.gif)
|
2019-03-31 16:53:05 +08:00
|
|
|
|
|
2019-03-31 17:28:18 +08:00
|
|
|
|
### ChatBubble
|
2019-03-31 16:53:05 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ChatBubble](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ChatBubble.png)
|
2019-03-31 16:53:05 +08:00
|
|
|
|
|
|
|
|
|
### Label
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Label](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Label.png)
|
2019-03-31 16:53:05 +08:00
|
|
|
|
|
2019-01-28 00:31:06 +08:00
|
|
|
|
### Transfer
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Transfer](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Transfer.png)
|
2019-01-28 00:31:06 +08:00
|
|
|
|
|
2019-01-22 20:02:40 +08:00
|
|
|
|
### ProgressButton
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ProgressButton](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ProgressButton.png)
|
2019-01-22 20:02:40 +08:00
|
|
|
|
|
2019-01-06 16:55:04 +08:00
|
|
|
|
### CoverFlow
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CoverFlow](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CoverFlow.gif)
|
2019-01-06 16:55:04 +08:00
|
|
|
|
|
2019-01-02 18:48:30 +08:00
|
|
|
|
### CoverView
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CoverView](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CoverView.gif)
|
2019-01-02 18:48:30 +08:00
|
|
|
|
|
2019-01-31 21:10:51 +08:00
|
|
|
|
### MessageBox
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![MessageBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/MessageBox.png)
|
2019-01-31 21:10:51 +08:00
|
|
|
|
|
2018-12-28 00:14:09 +08:00
|
|
|
|
### WaterfallPanel
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![WaterfallPanel](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/WaterfallPanel.png)
|
2018-12-28 00:14:09 +08:00
|
|
|
|
|
2018-12-27 00:01:03 +08:00
|
|
|
|
### Rate
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Rate](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Rate.png)
|
2018-12-27 00:01:03 +08:00
|
|
|
|
|
2018-12-25 18:24:01 +08:00
|
|
|
|
### BlurWindow
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![BlurWindow](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/BlurWindow.png)
|
2018-12-25 18:24:01 +08:00
|
|
|
|
|
2018-12-22 16:19:26 +08:00
|
|
|
|
### FlipClock
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![FlipClock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/FlipClock.gif)
|
2018-12-22 16:19:26 +08:00
|
|
|
|
|
2018-12-27 14:40:29 +08:00
|
|
|
|
### Shield
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Shield](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Shield.png)
|
2018-12-27 14:40:29 +08:00
|
|
|
|
|
2018-11-25 22:41:35 +08:00
|
|
|
|
### OutlineText
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![OutlineText](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/OutlineText.png)
|
2018-11-25 22:41:35 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Tag
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Tag](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Tag.png)
|
2018-11-22 19:07:31 +08:00
|
|
|
|
|
|
|
|
|
### ToolBar
|
2018-11-21 18:58:20 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ToolBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ToolBar.png)
|
2018-11-21 18:58:20 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Slider
|
2018-11-11 15:07:55 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Slider](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Slider.png)
|
2018-11-11 15:07:55 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### CircleProgressBar
|
2018-11-01 18:04:33 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CircleProgressBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CircleProgressBar.png)
|
2018-11-01 18:04:33 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### ButtonStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ButtonStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Button.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### ToggleButtonStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ToggleButtonStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ToggleButton.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### RadioButtonStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![RadioButtonStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/RadioButton.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### CheckBoxStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CheckBoxStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CheckBox.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### ListBoxStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ListBoxStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ListBox.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### TreeViewStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TreeViewStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TreeView.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### ListViewStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ListViewStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ListView.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### DataGrid
|
2018-10-19 14:47:43 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![DataGrid](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/DataGrid.png)
|
2018-08-24 15:00:26 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Now you can switch to dark theme
|
2018-10-28 16:44:10 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![dark theme](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/DarkTheme.png)
|
2018-10-28 16:44:10 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### ColorPicker
|
2018-08-24 15:30:21 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ColorPicker](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ColorPicker.gif)
|
2018-08-24 15:30:21 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Loading
|
2018-08-27 11:53:14 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Loading](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Loading.gif)
|
2018-08-27 11:53:14 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Carousel
|
2018-08-27 11:53:14 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Carousel](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Carousel.gif)
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Pagination
|
2018-08-31 19:33:17 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Pagination](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Pagination.gif)
|
2018-08-31 19:33:17 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Expander
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Expander](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Expander.gif)
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### TimeBar
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TimeBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TimeBar.gif)
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### ImageBrowser
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ImageBrowser](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ImageBrowser.gif)
|
2018-09-04 15:42:37 +08:00
|
|
|
|
|
2019-03-31 17:28:18 +08:00
|
|
|
|
### PreviewSlider
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![PreviewSlider](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/PreviewSlider.gif)
|
2019-03-31 17:28:18 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### CompareSlider
|
2018-09-11 12:00:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CompareSlider](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CompareSlider-h.gif)
|
2018-09-11 12:00:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CompareSlider](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CompareSlider-v.gif)
|
2018-09-18 19:22:11 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Growl
|
2018-09-18 19:22:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Growl](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Growl.gif)
|
2018-08-27 11:53:14 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### AnimationPath
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![AnimationPath](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/AnimationPath.gif)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### ProgressBar
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ProgressBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ProgressBar.gif)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### TabControl
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TabControl](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TabControl.gif)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### TabControlStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TabControlStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TabControl.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2018-12-13 13:51:42 +08:00
|
|
|
|
### GroupBox
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![GroupBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/GroupBox.png)
|
2018-12-13 13:51:42 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### StepBar
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![StepBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/StepBar.png)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### GifImage
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![GifImage](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/GifImage.gif)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
|
|
|
|
### ContextMenu
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ContextMenu](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ContextMenu.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Calendar
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Calendar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Calendar.jpg)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### Clock
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Clock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Clock.jpg)
|
2018-10-09 00:41:11 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### CalendarWithClock
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CalendarWithClock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CalendarWithClock.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### TextBlock
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TextBlock](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TextBlock.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### RichTextBoxStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![RichTextBoxStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/RichTextBox.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### TextBox
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TextBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TextBox.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### ComboBox
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ComboBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ComboBox.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-03-24 17:49:46 +08:00
|
|
|
|
### NumericUpDown
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![NumericUpDown](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/NumericUpDown.png)
|
2019-03-24 17:49:46 +08:00
|
|
|
|
|
|
|
|
|
### SearchBar
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![SearchBar](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/SearchBar.png)
|
2019-03-24 17:49:46 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### PasswordBox
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![PasswordBox](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/PasswordBox.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### DataPicker
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![DataPicker](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/DataPicker.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### TimePicker
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![TimePicker](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/TimePicker.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-03-24 17:49:46 +08:00
|
|
|
|
### DateTimePicker
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![DateTimePicker](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/DateTimePicker.png)
|
2019-03-24 17:49:46 +08:00
|
|
|
|
|
2019-03-31 17:28:18 +08:00
|
|
|
|
### ScrollViewer
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![ScrollViewer](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/ScrollViewer.png)
|
2019-03-31 17:28:18 +08:00
|
|
|
|
|
2018-11-22 19:07:31 +08:00
|
|
|
|
### CirclePanel
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![CirclePanel](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/CirclePanel.jpg)
|
2018-10-10 16:38:52 +08:00
|
|
|
|
|
2018-12-05 15:26:56 +08:00
|
|
|
|
### BorderStyle
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![BorderStyle](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Border.png)
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2019-03-31 17:28:18 +08:00
|
|
|
|
### Brush
|
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Brush](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/Brush.png)
|
2019-03-31 17:28:18 +08:00
|
|
|
|
|
2019-03-31 15:43:55 +08:00
|
|
|
|
## Switching configuration
|
2018-12-05 15:26:56 +08:00
|
|
|
|
|
2019-08-20 20:22:00 +08:00
|
|
|
|
![Switching configuration](https://raw.githubusercontent.com/HandyOrg/HandyOrgResource/master/HandyControl/Resources/SwitchConfig.png)
|