tofutim
tofutim

Reputation: 23374

Colorpicker for .NET 3.5

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

Answers (3)

Mark Hall
Mark Hall

Reputation: 54532

I have used this one in one of my projects with no problems.

Upvotes: 0

Kendrick
Kendrick

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

keyboardP
keyboardP

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

Related Questions