candritzky[CodePlex] The NumericUpDown.FormatString property should support format mask in the same way the BindingBase.StringFormat property does. So I could write something like FormatString=quot{}{0:N0} msquot in XAML to get a quot1,000 msquot display.
For compatibility reasons maybe a second property is required (or some clever parsing for quot{0quot...).
candritzky[CodePlex]
The NumericUpDown.FormatString property should support format mask in the same way the BindingBase.StringFormat property does. So I could write something like FormatString=quot{}{0:N0} msquot in XAML to get a quot1,000 msquot display.
For compatibility reasons maybe a second property is required (or some clever parsing for quot{0quot...).