Skip to content

Track bar

Samuel Gomes edited this page Feb 12, 2024 · 2 revisions

A TrackBar control presents the user with a draggable slider used to set a value between the preset Min and Max values. Returns the Value property.

trackbar

By setting the Interval property, you determine the number of ticks that will be displayed along the track. If you want an intermediate set of ticks, use the MinInterval property.

Properties editable at runtime

Clone this wiki locally