
I set the increment value in the spinner properties (e.g., 5), but the actual step change only increases or decreases by 1
Is there anything I might have missed? Or is the increment value fixed at 1
Thanks
I set the increment value in the spinner properties (e.g., 5), but the actual step change only increases or decreases by 1
Is there anything I might have missed? Or is the increment value fixed at 1
Thanks
In your screen grab it does not look like you are actually clicking the spinner buttons.
If you are using the spinner (the up and down arrow buttons within the Numeric Entry Field) the value will increment by the amount set on the increment
property.
If you are using the up and down arrow keys on your keyboard or your scroll wheel the value will always be incremented by one as far as I am aware. The only way I can think of to change that would be to add some key stroke listener event.
Thank you, I misunderstood