mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-30 02:48:03 +08:00
Migrated repository
9a76cea5ba
add new control ImageRadioButton |
||
---|---|---|
.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
ButtonStyle
ToggleButtonStyle
RadioButtonStyle
CheckBoxStyle
ListBoxStyle
TreeViewStyle
ListViewStyle
DataGrid
Now you can switch to dark theme
ColorPicker
Loading
Carousel
Pagination
Expander
TimeBar
ImageBrowser
CompareSlider
Growl
AnimationPath
ProgressBar
TabControl
TabControlStyle
StepBar
GifImage
ContextMenu
Calendar
Clock
CalendarWithClock
TextBlock
RichTextBoxStyle
TextBox
ComboBox
PasswordBox
DataPicker
TimePicker
CirclePanel
BorderStyle
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