Chappy.Wpf.Controls 1.0.21

dotnet add package Chappy.Wpf.Controls --version 1.0.21
                    
NuGet\Install-Package Chappy.Wpf.Controls -Version 1.0.21
                    
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="Chappy.Wpf.Controls" Version="1.0.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Chappy.Wpf.Controls" Version="1.0.21" />
                    
Directory.Packages.props
<PackageReference Include="Chappy.Wpf.Controls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Chappy.Wpf.Controls --version 1.0.21
                    
#r "nuget: Chappy.Wpf.Controls, 1.0.21"
                    
#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.
#:package Chappy.Wpf.Controls@1.0.21
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Chappy.Wpf.Controls&version=1.0.21
                    
Install as a Cake Addin
#tool nuget:?package=Chappy.Wpf.Controls&version=1.0.21
                    
Install as a Cake Tool

Chappy.Wpf.Controls

A WPF custom controls library for Windows desktop applications.

This package provides reusable UI components such as:

  • Color Picker controls
  • DataGrid with box (rectangle) selection support
  • Shell / Explorer-style context menu integration
  • Utility controls and helpers for WPF applications

Installation

Install via NuGet:

dotnet add package Chappy.Wpf.Controls

or

Install-Package Chappy.Wpf.Controls

Supported Frameworks

.NET Framework 4.8 .NET 6.0 (Windows) .NET 7.0 (Windows) .NET 8.0 (Windows) .NET 9.0 (Windows) .NET 10.0 (Windows)

This library is Windows-only and requires WPF.

Usage

After installing the package, reference it in your WPF project and use the provided controls in XAML or code-behind.

Some controls may require additional setup (styles, behaviors, or initialization). Please refer to the source code and samples for detailed usage.

Source Code

This package is part of the Chappy repository.

Source location for this package: https://github.com/Koichi-Kobayashi/Chappy/tree/main/Chappy.Wpf.Controls

Repository root: https://github.com/Koichi-Kobayashi/Chappy

License

MIT License

Notes

This package is actively developed and may evolve. APIs may change before reaching a stable major version. Feedback and contributions are welcome via GitHub issues or pull requests.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net10.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.21 127 2/22/2026
1.0.20 116 2/15/2026
1.0.19 123 1/29/2026
1.0.17 123 1/18/2026
1.0.16 114 1/17/2026
1.0.15 120 1/14/2026
1.0.14 124 1/12/2026
1.0.13 120 1/11/2026
1.0.11 122 1/10/2026
1.0.10 121 1/9/2026
1.0.9 122 1/9/2026
1.0.7 123 1/7/2026
1.0.6 121 1/6/2026
1.0.5 124 1/6/2026
1.0.4 118 1/6/2026
1.0.3 128 1/5/2026
1.0.2 122 1/4/2026
1.0.1 124 1/3/2026
Loading failed