Is there any way to use regional settings decimal separator in text boxes with binding StringFormat={}{0:N2} without handling the keydown or keypreview or whatever events?
It seems very trivial for me, but I can't figure out why it's so complicated to have a text box handling decimals correctly...
I know there is a lot of discussions on that subject, I won't accept to handle the keyX events... I don't want to create yet another control that do this for me while it should already exists...
Thanks,
Edit
Some precision : I want the textbox to know what decimal separator to use when typing Key.Decimal or Key.OemPeriod