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