I use wpfToolkitExtended:DoubleUpDown and have problem with number larger than, for example "100000000". Control rounds numbers in some strange way. Every time I get different number in control after typing large number and press "enter" (negative or positive large number). Minimun and Maximum attributes do not help. Value is binded with float variable.
When I use wpfToolkitExtended:DecimalUpDown problem does not exist, rounded value for large numbers is always the same.
Does anyone know what happens with DoubleUpDown in this situation ? Will I get any performance or memory penalty if I use DecimalUpDown instead of DoubleUpDown.