TickStyle: TrackBarTickStyle;
The TickStyle property determines the style of labeling.
If the TickStyle is set to Auto, position is calculated automatically depending on values of the Min, Max and Frequence properties.
If the value is Manual, ticks are set in the application code by the SetTick method. The Frequence property must be set to 1.
See also: