The listsize attribute defines the width and height of the bounding rectangle of the listbox or dropdown list control of a survey item.
width | The width of the rectangle in pixels (default), percent, or points. |
height | The height of the rectangle in pixels (default), percent, or points. |
The listsize attribute allows the list control to be scaled to the appropriate size for a questionnaire.
The following presents a listbox question, with the listbox sized to 100 by 200 pixels.
<listbox question1>
/ caption = "Choose your favorite flavor.
/ listsize=(100, 200)
/ options = ("vanilla", "chocolate", "strawberry", "mint chip")
</image>