I have a TextBox style that formats a number if the box is unfocused, but leaves the number unformatted whlie it\'s being edited.
TextBox
This is the style I wa
Sadly this is (to my knowledge) not possible. One possible workaround would be programmatically creating such a style on the fly, that could be encapsulated in a MarkupExtension which takes the path as constructor parameter.
MarkupExtension