HandyControl 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package HandyControl --version 1.5.0
NuGet\Install-Package HandyControl -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HandyControl" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HandyControl --version 1.5.0
#r "nuget: HandyControl, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HandyControl as a Cake Addin
#addin nuget:?package=HandyControl&version=1.5.0

// Install HandyControl as a Cake Tool
#tool nuget:?package=HandyControl&version=1.5.0

logo

csharp-version IDE-version nuget-version build-status Join the chat at https://gitter.im/HandyControl/Lobby

Welcome to HandyControl

Latest examples

OutlineText

OutlineText

Tag

Tag

ToolBar

ToolBar

Slider

Slider

CircleProgressBar

CircleProgressBar

History publication

ButtonStyle

ButtonStyle

ToggleButtonStyle

ToggleButtonStyle

RadioButtonStyle

RadioButtonStyle

CheckBoxStyle

CheckBoxStyle

ListBoxStyle

ListBoxStyle

TreeViewStyle

TreeViewStyle

ListViewStyle

ListViewStyle

DataGrid

DataGrid

Now you can switch to dark theme

dark theme

ColorPicker

ColorPicker

Loading

Loading

Carousel

Pagination

Pagination

Expander

Expander

TimeBar

TimeBar

ImageBrowser

ImageBrowser

CompareSlider

CompareSlider

CompareSlider

Growl

Growl

AnimationPath

AnimationPath

ProgressBar

ProgressBar

TabControl

TabControl

TabControlStyle

TabControlStyle

StepBar

StepBar

GifImage

GifImage

ContextMenu

ContextMenu

Calendar

Calendar

Clock

Clock

CalendarWithClock

CalendarWithClock

TextBlock

TextBlock

RichTextBoxStyle

RichTextBoxStyle

TextBox

TextBox

ComboBox

ComboBox

PasswordBox

PasswordBox

DataPicker

DataPicker

TimePicker

TimePicker

CirclePanel

CirclePanel

BorderStyle

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

Switching configuration

Discussion

DataGrid

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on HandyControl:

Package Downloads
VisualCanvas.Core

Package Description

Ping9719.WpfEx

WPF扩展库,在 HandyControl 的基础上。(WPF extension library, based on HandyControl.) https://github.com/ping9719/WpfEx

Fly.Toolkit.Wpf

请无视它,它并不好用,只是能给我自己带来一点点的便利而已

Wu.Wpf

Wu.Wpf类库

VisualGrpc.Wpf

Package Description

GitHub repositories (26)

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/文字游戏/漫画多语种实时机翻工具
lay295/TwitchDownloader
Twitch VOD/Clip Downloader - Chat Download/Render/Replay
zsh2401/AutumnBox
图形化ADB工具箱
BookerLiu/GeekDesk
🔥小巧、美观的桌面快速启动工具 Small, beautiful desktop quickstart management tool with integrated Everything search
Version Downloads Last updated
3.5.1 3,429 3/5/2024
3.5.0 3,063 2/7/2024
3.4.0 57,552 11/16/2022
3.3.0 54,653 12/5/2021
3.2.0 25,762 6/28/2021
3.1.0 10,911 3/22/2021
3.0.0 15,075 11/28/2020
3.0.0-rc.2 1,401 10/12/2020
3.0.0-rc.1 1,651 9/6/2020
2.5.0.2 21,472 5/28/2020
2.5.0.1 5,086 5/23/2020
2.5.0 1,440 5/23/2020
2.4.0 6,420 2/24/2020
2.3.0 5,783 12/1/2019
2.2.0 4,091 10/23/2019
2.1.0 3,640 7/18/2019
2.0.0 2,050 6/15/2019
1.5.5 2,255 5/7/2019
1.5.4 1,608 4/5/2019
1.5.3.1 1,684 2/26/2019
1.5.3 1,679 2/24/2019
1.5.2 2,019 1/9/2019
1.5.1 1,848 12/23/2018
1.5.0 1,850 12/5/2018
1.4.0 1,933 10/31/2018
1.3.2 1,919 10/10/2018
1.3.1.1 2,008 10/9/2018
1.1.1 1,962 8/30/2018
1.0.0 1,993 8/24/2018

* new controls
- add DateTimePicker
- add ImageViewer
- add SearchBar
- add Tag
- add GifImage
- add OutlineText

* new styles
- add slider style
- add Label Style
- add GroupBox Style
- add ListView style
- add RichTextBox style
- add ToolBar style

* other
- improve the textbox,password box and so on