Hi community! A lot of people would find very useful that UpDown controls would have a string suffix (read only) to show, for example, measurment units like degrees, metres, dpis… I needed this feature myself, so I downloaded the WPF Extended Toolkit and modified the sources. The change to implement it is really simple. You can count on me to do it.
I want to collaborate. Please, ask me for the code and I will upload the 2 files I modified.
Thanks for your interest :)
Comments: ** Comment from web user: BoucherS **
I want to collaborate. Please, ask me for the code and I will upload the 2 files I modified.
Thanks for your interest :)
Comments: ** Comment from web user: BoucherS **
Hi,
This will be fixed in v3.0.
The FormatString property will accept strings like BindingBase.StringFormat. So you will be able to set :
FormatString = "{}{0:N2} °"