Still having this problem, now with a bug? Perhaps this should be a support issue then...
I have a spin control for "maximum length", data bound
The max value of the spin control depends on value of another control
When the other control's value changes, I change Properties.MaxValue
Now, the issue is still this:
- Enter 100 in the spin
- Set the MaxValue to 50 in code
- Lose focus on the control that cause the MaxValue to change (button/combo)
- Value is reset to 100!
- Enter the spin
- Value is reset to 50!
Arg. It would be enough if I could force the control to post it's valid value back immediatly when I change the max/min. Is there really no way to do this?
// Andrew