The itemspacing attribute specifies the horizontal space between items on a survey page.
<survey> <surveypage>
or
/ itemspacing = expressionheight | The size of the spacing in pixels (default), percent, or points. |
expression | A dynamically selected value. See help with expression syntax for more information. |
The spacing is can be in percent (the default unit), pixels, or points.
The following randomly selects the position of the text to be the right, left, or center of the screen:
<surveypage page1>
/ caption = ("Page One")
/ itemspacing = 20px
</surveypage>