Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
How to make XamDateTimeEditor DropDownToggleButton wider?
posted

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.

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Martin,

     

    I am just checking if you got this worked out or you still require any assistance or clarification on the matter.

Children
No Data