The ColorGrid
control is a fairly useful control for selecting from a predefined list of colours. However, it can take up quite a bit of screen real estate depending on how many colours it contains. This article describes how you can host a ColorGrid
in a standard ToolStrip
control, providing access to both the ColorGrid
and the ColorPickerDialog
, with some custom painting to show the active colour on the button to round it off.
Entries tagged with 'colorpicker' Articles and information on C# and .NET development topics
The ColorPicker Controls have been updated to version 1.0.4.0.
This is a fairly substantial update, with quite a few bug fixes and enhancements to the code. I'll also briefly discuss plans for future updates to the library.
The color picker controls library has been updated.
A quick overview of a new open source library for selecting colors in Windows Forms applications.