The handlescale attribute specifies a scaling factor to be applied to the size of slider handle.
<slider> <slidertrial>
boolean | A boolean value of true or false. |
This attribute allows the slider handle to be scale on the screen. The default (no scale) is 1.0. Values larger than 1.0 increase the size.
The following slider does not display tick marks:
<slider q1>
/ caption = "Rate the video on the following scale"
/ handlescale = 1.2
</slider>