Documentation for this section has not yet been entered.
For a System.Windows.Forms.TrackBar with a large range of values between the TrackBar.Minimum and the TrackBar.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.