HandyControl 1.5.2
See the version list below for details.
dotnet add package HandyControl --version 1.5.2
NuGet\Install-Package HandyControl -Version 1.5.2
<PackageReference Include="HandyControl" Version="1.5.2" />
paket add HandyControl --version 1.5.2
#r "nuget: HandyControl, 1.5.2"
// Install HandyControl as a Cake Addin #addin nuget:?package=HandyControl&version=1.5.2 // Install HandyControl as a Cake Tool #tool nuget:?package=HandyControl&version=1.5.2
Welcome to HandyControl
Latest examples
CoverFlow
CoverView
WaterfallPanel
Rate
BlurWindow
History publication
FlipClock
Shield
OutlineText
Tag
ToolBar
Slider
CircleProgressBar
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
GroupBox
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
Switching configuration
.Net 4.0
If you want to compile for .Net 4.0, install Clarius.TransformOnBuild for HandyControl first.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (28)
Showing the top 5 NuGet packages that depend on HandyControl:
Package | Downloads |
---|---|
Ping9719.WpfEx
WPF扩展库,在 HandyControl 的基础上。(WPF extension library, based on HandyControl.) https://github.com/ping9719/WpfEx |
|
Fly.Toolkit.Wpf
请无视它,它并不好用,只是能给我自己带来一点点的便利而已 |
|
Wu.Wpf
Wu.Wpf类库 |
|
Ty.WPFBase
Ty 基础库 |
|
XZCore.UI.WPF.HC
HandyControls based WPF UI base package. |
GitHub repositories (29)
Showing the top 5 popular GitHub repositories that depend on HandyControl:
Repository | Stars |
---|---|
HandyOrg/HandyControl
Contains some simple and commonly used WPF controls
|
|
hanmin0822/MisakaTranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
|
|
Mzying2001/CefFlashBrowser
Flash浏览器 / Flash Browser
|
|
lay295/TwitchDownloader
Twitch VOD/Clip Downloader - Chat Download/Render/Replay
|
|
BookerLiu/GeekDesk
🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search
|
Version | Downloads | Last updated |
---|---|---|
3.5.1 | 30,730 | 3/5/2024 |
3.5.0 | 5,559 | 2/7/2024 |
3.4.0 | 76,193 | 11/16/2022 |
3.3.0 | 61,228 | 12/5/2021 |
3.2.0 | 27,544 | 6/28/2021 |
3.1.0 | 11,346 | 3/22/2021 |
3.0.0 | 16,078 | 11/28/2020 |
3.0.0-rc.2 | 1,431 | 10/12/2020 |
3.0.0-rc.1 | 1,678 | 9/6/2020 |
2.5.0.2 | 22,083 | 5/28/2020 |
2.5.0.1 | 5,265 | 5/23/2020 |
2.5.0 | 1,501 | 5/23/2020 |
2.4.0 | 6,585 | 2/24/2020 |
2.3.0 | 5,913 | 12/1/2019 |
2.2.0 | 4,143 | 10/23/2019 |
2.1.0 | 3,730 | 7/18/2019 |
2.0.0 | 2,107 | 6/15/2019 |
1.5.5 | 2,319 | 5/7/2019 |
1.5.4 | 1,648 | 4/5/2019 |
1.5.3.1 | 1,720 | 2/26/2019 |
1.5.3 | 1,717 | 2/24/2019 |
1.5.2 | 2,065 | 1/9/2019 |
1.5.1 | 1,893 | 12/23/2018 |
1.5.0 | 1,879 | 12/5/2018 |
1.4.0 | 1,973 | 10/31/2018 |
1.3.2 | 1,963 | 10/10/2018 |
1.3.1.1 | 2,051 | 10/9/2018 |
1.1.1 | 1,984 | 8/30/2018 |
1.0.0 | 2,092 | 8/24/2018 |
* new controls
- add BlurWindow
- add Rate
- add Shield
- add WaterfallPanel
- add CoverView
- add CoverFlow