Is there a way to have the updown controls allow the value to wrap. In other words, if an updown is constrained to 0-359, and the up arrow causes the value to want to go to 360, I want the control to wrap the value back to 1 and start increasing from there. The same goes for starting at 0, and having it wrap to 359 when the down button is clicked.
↧