
The .NET framework provides quite a rich collection of UI controls and components for WinFroms development. There is one particular control that has been missing. I am talking about color-picker control with drop down color selection capabilities, just like the one used within the Visual Studio .NET property browser for editing Color-typed properties. A color picker control was developed by Palo Mraz and was published in this website. I wanted to use this control in a DataGridView but I couldn’t find any example on how to do it.
|