mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 02:48:03 +08:00
Migrated repository
.github/ISSUE_TEMPLATE | ||
DockBoxResearch | ||
HandyControl | ||
HandyControlDemo | ||
Resources | ||
.gitattributes | ||
.gitignore | ||
HandyControl.sln | ||
LICENSE | ||
README.md |
Welcome to HandyControl
Latest examples
OutlineText
Tag
ToolBar
Slider
CircleProgressBar
History publication
DataGrid
Now you can switch to dark theme
ColorPicker
Loading
Carousel
Pagination
Expander
TimeBar
ImageBrowser
CompareSlider
Growl
AnimationPath
ProgressBar
TabControl
StepBar
Calendar
Clock
TextBlock
TextBox
ComboBox
PasswordBox
DataPicker
TimePicker
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