How can I get list of all colors I can pick in Visual Studio Designer (which is System.Windows.Media.Colors, but that isn't a collection) and put them into my own ComboBox using WPF and XAML markup?
|
feedback
|
|
Here is the pure XAML solution. In your resources section, you would use this:
And then the combobox would look like this:
| |||||||||||||
feedback
|
|
Here is what I have done in a past ASP.net app:
| ||||
|
feedback
|
|
Here is a great ItemTemplate to use for a combobox using casperOne's code:
| ||||
|
feedback
|
|
There is a sample appliation that will be useful for you available to download from MSDN: ColorPicker Custom Control Sample This sample shows how to create a custom ColorPicker control and display it in a WPF dialog window. | |||
feedback
|
protected by casperOne♦ May 22 '11 at 20:23
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.