recently I have been using these controls to set values where there is a range to work with and thus would like for them to wrap around automatically..
It would be nice if we have a option property to set if the control is allowed to wrap around to the + or - side back to their Min/Max settings while the user is scrolling with the up/down arrows..
Currently I have it set with one more and less than the desired value so when user gets to these ranges I use the OnChange event and change the value back to the roll over values. This works but it causes a little GUI glitter.
Also, if the user directly types the values they are allowed to type in the extended values I put in there for the roll over hack I have but this leads confusing to the user into thinking there is something wrong.
All of which causes GUI glitter.
Unless I missed something, I don't see a property to set the desired effect if the user rolls to the limits ?