I am using Xceed Toolkit ColorPicker in a WPF project. The color picker is working good, but could not find a option to hide the combo box style down arrow.
I am looking for a way to edit the template and hide that.
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
<xctk:ColorPicker Name="cp"
DisplayColorAndName="False"
Height="25"
Width="70"
SelectedColorChanged="cp_SelectedColorChanged_1"
AvailableColorsSortingMode="HueSaturationBrightness" >
</xctk:ColorPicker>
I am just wondering if anyone has the working XAML template code to share.

