property ScrollBar.ToolTipX as String
Indicates an expression that determines the horizontal-position of the tooltip, in screen coordinates.

TypeDescription
String A String expression that defines the position ( x-position is screen coordinate ), where the tooltip will be shown.
By default, the ToolTipX property is empty, which indicates that the tooltip is shown at its default position. The ToolTipX property indicates an expression that determines the horizontal-position of the tooltip, in screen coordinates. The expression supports predefined keys such as value, x, y, width and height among other general constants, operators and functions. The value indicates the current horizontal-position the tooltip is shown, in screen coordinates. The x, y indicates the horizontal/vertical position the tooltip is shown expressed in screen coordinates. The width an height keywords specifies the size of the tooltip is about to be shown. 

For instance:

The ToolTipX property supports the following keywords:

Also, this property supports all constants, operators and functions defined here.