Table of Contents

TMS FNC Track Bar User Guide

TTMSFNCTrackBar is a single-thumb slider for selecting a numeric value within a Min/Max range. It supports horizontal and vertical orientations, configurable tick marks and labels, a coloured right-zone fill, plus/minus step buttons, and two value-change events for live preview and committed result.

Topics

Guide Description
Track Bar Guide Value range, orientation, tick marks, appearance, interaction options, and combined input setup

Key properties

Property Purpose
Min / Max The slider range.
Value The current slider position.
Appearance.Orientation toHorizontal or toVertical.
Appearance.LineWidth / LineFill The track line thickness and colour.
Appearance.ThumbShape / ThumbWidth / ThumbHeight The thumb's shape and size.
Appearance.TickMarkDivision Number of pixels between tick marks.
Interaction.JumpToExactValue Move thumb directly to the clicked position.
OnValueChange Fires continuously during drag (live preview).
OnValueChanged Fires once when the drag ends (committed value).

See also