Jiew Meng
Jiew Meng

Reputation: 88207

What Control can I use in WPF to emulate the Word Color Picker?

What Control can I use in WPF to emulate the Word Color Picker? In the WPF Ribbon, I think I have the RibbonGallery + IsSharedColumnSizeScope as shown in Lester's Blog. Can I do the same with a normal WPF ComboBox?

alt text

Upvotes: 3

Views: 896

Answers (1)

Tan
Tan

Reputation: 2178

You have to build your own. There is many examples and tutorials out there. But here is the one i used. http://www.codeproject.com/KB/WPF/ColorPicker2010.aspx

Upvotes: 1

Related Questions