Completed
Last Updated: 04 Jan 2017 14:33 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 21 Nov 2016 11:56
Category:
Type: Feature Request
0
ADD. RadTrackBar - add step to control value changing when using the left/right buttons in the control
The LargeChange property sets the change in value that one click of the mouse outside of the slider makes. Let's say that the position of your thumb is at the beginning of the RadTrackBar (at position 0), the value of this property is 5 and you click on tick number 14. The thumb will reposition itself to tick number 5, following the step determined by the LargeChange property. However, if the LargeChange has value 0, the thumb will move to position 14. It is necessary to be added another property to control the step when changing the value when using the left/right buttons, e.g. SmallChange.
1 comment
ADMIN
Ralitsa
Posted on: 04 Jan 2017 09:15
In order to change the step, you need to set the SmallChange property to desired value.