up Inquisit Language Reference

listsize attribute

The listsize attribute defines the width and height of the bounding rectangle of the listbox or dropdown list control of a survey item.

Member of

<dropdown> <listbox>

Syntax

/ listsize = (width, height)

Parameters

width The width of the rectangle in pixels (default), percent, or points.
height The height of the rectangle in pixels (default), percent, or points.

Remarks

The listsize attribute allows the list control to be scaled to the appropriate size for a questionnaire.

Examples

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.