Hi,
This a a normal behavior, as you can see on this Microsoft page : https://msdn.microsoft.com/en-us/library/dwhawy9k%28v=vs.110%29.aspx
You can try with this :
This a a normal behavior, as you can see on this Microsoft page : https://msdn.microsoft.com/en-us/library/dwhawy9k%28v=vs.110%29.aspx
You can try with this :
<xctk:IntegerUpDown Increment="1"
Minimum="1"
Maximum="100"
Value="50"
FormatString="{}0 '%'" />
Notice the " ' " on each side of the percent symbol.