Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTrackBarProperties.ShowPositionHint Property

Specifies the visibility of a hint window displaying the current thumb position.

#Declaration

Delphi
property ShowPositionHint: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to allow end-users to track the exact thumb position using a hint window. This window is shown automatically in response to thumb position changes and mouse hover events.

You can handle the OnGetPositionHint event to dynamically customize the hint window’s visibility and contents.

Use the TcxHintStyleController component to customize the appearance, position, and behavior of hints in your application.

Note

In range track bar editors (TdxRangeTrackBar and TdxDBRangeTrackBar), the ShowPositionHint property controls the hint visibility for both the thumbs that visualize the selected range.

The default value of the ShowPositionHint property is False.

See Also