Hey, i can change the style of the ToggleButton like that
<igWPF:XamDateTimeEditor.DropDownButtonStyle> <Style TargetType="{x:Type ToggleButton}"> <Setter Property="Background" Value="Red"/> <Setter Property="Width" Value="100"/> </Style></igWPF:XamDateTimeEditor.DropDownButtonStyle>
However the color is changed but not the color...
I am happy with the default style, i just want to make the DropDownButton wider to make it more comfortable on touch devices.
Hello Martin,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.