Quote Originally Posted by rfairhur View Post
I meant Mean, not Median. Also, probably a DisregardConflicts option needs to be implement for existing NumberBox values that conflict with a newly set range limit unless the user touches the value (enter, type, paste). This would probably be the default, since a new Range Option Setting during runtime may only create a temprorary conflict with the entered values until the Minimum or Maximum range values are fully adjusted. However, an event could still be raised so that in cases where immediate action is wanted a programmer could respond by performing value validations programmatically from outside of the NumberBox.
I would tend to handle that scenario in the same manner as it's done for a NumericUpDown or DateTimePicker. I don't actually know off the top of my head how that is but I think that it's appropriate that it be consistent.