Reputation: 23374
I like the new Colorpicker in Extended WPF Toolkit, but it is for .NET 4.0 only. http://wpftoolkit.codeplex.com/wikipage?title=ColorPicker&referringTitle=Home Is there an equivalent for .NET 3.5 that is recommended?
Upvotes: 1
Views: 3752
Reputation: 750
There is a version of the Extended WPF Toolkit for .NET 3.5.
Check the second link on the downloads page for the binaries for 3.5: http://wpftoolkit.codeplex.com/releases/view/63863
The ColorPicker control should be in there -- I remember playing around with it a little while ago.
Upvotes: 0
Reputation: 69372
It seems this control works with WPF and Silverlight. I'm not sure about the latest version, but the version in the blog should work with 3.5 Furthermore, if you see the last comment, it has a Color Picker created in C# (no XAML). (Direct Link) This should also be compatible with 3.5.
Upvotes: 1