How do I restyle the XamNumericEditor up/down buttons?
I looked in the DefaultStyles, and it's kind of tough to follow.
Any help would be greatly appreciated.
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I can suggest you set the SpinButtonStyle property of the XamNumericEditor to A Style for the RepeatButton like this:
<igEditors:XamNumericEditor SpinButtonDisplayMode="Always" Name="xamNumericEditor1" > <igEditors:XamNumericEditor.SpinButtonStyle> <Style TargetType="RepeatButton"> <Setter Property="Background" Value="Red"/> </Style> </igEditors:XamNumericEditor.SpinButtonStyle> </igEditors:XamNumericEditor>
Feel free to write me if you have further questions.
Oh, sorry, I did end up solving this (with some help from a StackOverflow poster). I forgot to come back and update.
http://stackoverflow.com/questions/10807872/how-do-i-restyle-the-xamnumericgrid-up-down-buttons
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.