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.
Hello Maria
I have a similar issue.
What I want to do is to change default color picker from combo box style to rectangular remaining default functionality as it is.
(actually remove the dropdown Icon itself)
I looked through the generic.xaml but I don't How I can do this.
Please let me know how to change the generic.xaml in detail.
thanks a lot!
I came to know how to do that.
set ScrollViewer.VerticalScrollBarVisibility property as Disabled