The current color picker drop down button is too large for our current UI layout and we would like to modify it. But we can't find any examples showing how I can template this control. Is there anything that you could provide to point me in the correct direction?
Many thanks!
Hello Ed,
If you would like to modify the default style of the XamColorPicker, you may copy it from the C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\ColorPicker\generic.xaml file and apply the changes you need. The size of the drop down button can be modified setting the Width and Height properties of the border ‘Background’.If you need additional assistance, feel free to let me know.
Thank you, that worked out well.
Thank you for your feedback Ed!I am glad that the approach was helpful for you.