Add a color picker to a WPF desktop app without building one from scratch.
Display an animated GIF inside a Windows desktop application.
Show and edit object properties in a panel using a built-in property grid component.
Build a WPF app with more polished controls than the default Microsoft toolkit provides.
Requires Visual Studio 2022 and .NET 4.0 or higher, primary documentation is in Chinese.
HandyControl is a library of ready-made interface components for building Windows desktop applications using WPF, which stands for Windows Presentation Foundation. WPF is a Microsoft framework that C# developers use to create desktop programs with windows, buttons, dialogs, and other visual elements. Rather than building every interface piece from scratch, developers can pull in this library and get a collection of pre-built controls that are more polished or have features not included in the default WPF toolkit. The library includes components like a color picker (so users can visually select a color), a flip clock display, a property grid (for showing and editing object properties in a panel), animated GIF support, and layout controls like a relative panel. These are the kinds of interface elements that appear frequently in desktop software but that WPF does not provide out of the box, or provides only in a basic form. Installation is through NuGet, the standard package manager for .NET projects. The library requires .NET version 4.0 or higher and is built with the latest C# version. Development is done in Visual Studio 2022. The project has a strong Chinese-language community and the primary documentation is in Chinese, hosted at handyorg.github.io/handycontrol. An English README is available in the repository but the documentation site is in Chinese. The repository is also mirrored on Gitee, which is a Chinese code hosting platform similar to GitHub. There is a Slack group for Chinese-speaking users. The project has attracted contributions from many developers over time. The full README is longer than what was shown.
← handyorg on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.