xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.91k stars 879 forks source link

NumericUpDown.FormatString improvement #520

Open xceedsoftware opened 7 years ago

xceedsoftware commented 7 years ago

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...).

xceedsoftware commented 7 years ago

BoucherS[CodePlex]
Hi,

This will be fixed in v3.0.

xceedsoftware commented 7 years ago

emartin[CodePlex]
Maybe the same need as http://wpftoolkit.codeplex.com/workitem/18890

xceedsoftware commented 7 years ago

emartin[CodePlex]
Related to patch 13678