mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
Migrated repository
.github/ISSUE_TEMPLATE | ||
DockBoxResearch | ||
HandyControl | ||
HandyControlDemo | ||
Resources | ||
.gitattributes | ||
.gitignore | ||
HandyControl.sln | ||
LICENSE | ||
README.md |
Welcome to HandyControl
Latest examples
1、DataGrid
2、Now you can switch to dark theme
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/SkinDefault.xaml"/>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Step 3:enjoy coding