The width of the listbox or dropdown used by survey item.
object.name.listWidth
Read/Write
extent
The value can be specified in percentages, pixels, or points.
The following displays the value of listWidth in a text stimulus:
<text myText>
/ items= ("listWidth = <% listbox.q1.listWidth %>")
</text>
The following displays the value of listWidth in an instruction page:
<page myPage>
listWidth = <% dropdown.q1.listWidth %>
</page>