I have a databinding like this: numericUpDown1.DataBindings.Add(\"Value\", myBox1, \"Width\"); Whenever myBox1.Width changes it will update numericUpDown1.Value.
How can I force the redisplay of the value of the UpDown box? I have an application that has a number of UpDown boxes for setting values of a configuration file before loading the file onto an embedd