Gets a value that specifies the delta between ticks drawn on the control.
Returns
The numeric value representing the delta between ticks. The default is 1.
Remarks
For a track_bar with a large range of values between the minimum and the maximum properties, it might be impractical to draw all the ticks for values on the control. For example, if you have a control with a range of 100, passing in a value of 5 here causes the control to draw 20 ticks. In this case, each tick represents five units in the range of values.