Implemented under Windows only
Integer vector
Valid for: Trackbar
Usually, a Trackbar control includes tick marks at regular intervals set by the tickinterval property. If you want to show tick marks at a different set of values (for example, to indicate a logarithmic scale), you can do so by assigning a vector of integers to the ticks property. These values should be within the minimum and maximum values set by the range property.