You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have discover a bug in numericUpDown
if i have a string format like this
StringFormat="0.###"
and set a value to 0.33333333333
the vaue is truncat to 0.333
if i want to preserv initial value it's not possible