Reputation: 88207
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
?
Upvotes: 3
Views: 896
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