Hi, I've two problems with the XamNumericEditor :
1 : If I set the bg and the foreColor to :
Background="Black" Foreground="White"
the cursor stays black when I write a number.
2 : If I set a new model customization in Expression Blend (without modifing it), when I run my WPF project, I can't enter values and I don't see the spin button...
Hello,
I have been looking into your questions and in order to change the color of the caret you need to create a Style for the ‘CaretElement’ in order to set its ‘Background’ property. This is my XAML code :
and when I run it using Expression Blend, it seems everything goes right.
If I have misunderstood you in any way, please modify my code or attach a sample application in order to investigate it.
Looking forward to hearing from you.
Hi, great for the first point, that works.
For the second, I'll see that later.
Thx