Tagged Questions
4
votes
2answers
585 views
How do I make the Extended WPF Toolkit ColorPicker work?
I would like to be able to use this color picker in my application:
http://wpftoolkit.codeplex.com/wikipage?title=ColorPicker&referringTitle=Documentation
I'm using Visual Studio 2010 Ultimate ...
0
votes
1answer
768 views
Setting Control Template of WPF ColorPicker
I am Trying to Set the Control Template of the WPF colorpicker to rectangle. I want that only a rectangular shape is displayed in place of ColorPicker ComboBox. But When I place any control in ...
1
vote
1answer
195 views
What's the WPF way to add support for this feature to an existing color editor?
I'm working with the WPF Extended Toolkit's Property Editor, and I need to add support for editing System.Drawing.Color using the color editor that comes with this Toolkit.
The current color editor ...
1
vote
1answer
129 views
Define new ControlTemplate keeping the original events
I want to use the ExtendedWPFToolkits's ColorPicker but with a custom ButtonStyle.
I can create a new look overriding the Template property of the item but the original templates click event is ...
1
vote
1answer
194 views
WPF Custom Control Reinitialization problem
Im working on a stylish ColorPicker Control and it work good, but I have problems with reinitialization.
I have DP called BaseBrushes witch looks like this
public ObservableCollection<Brush> ...
1
vote
1answer
780 views
WPF Colour Picker/Wheel with Multiple Selection
I am looking for a free WPF Colour Picker/Wheel which has the ability to allow multiple colour selections. Does anything like this exist. The ones I have seen allow only one colour to be selected. I ...
3
votes
1answer
1k views
Color picker image created programmatically .NET?
Do exist any algorithms to create programmatically images, for use then a base for a color picking control?
If you know some useful sources for document or code about this topic they are welcome.
...
1
vote
4answers
1k views
Need example of WPF Gradiant Picker
I'm looking for a WPF Gradient Picker example and source code.
The goal is to allow the user of a WPF application to pick the gradient brush to use for a background or foreground. I've seen pickers ...