I have been struggling to change the height of the dropdown list, so that you can see the entire larger test within it. The / listsize = (100px,200px) height of 100px changes the width, but the height will not change. I have tried size and other attributes as well. What is going wrong here?
<survey demographics>
/ pages = [1=schoolname]
/ fontstyle = ("Verdana", 18, false, false, false, false, 5, 0)
/ itemfontstyle = ("Verdana", 24, false, false, false, false, 5, 0)
/ itemspacing = 4%
/ showpagenumbers = false
</survey>
<surveypage schoolname>
/ fontstyle = ("Verdana", -24, false, false, false, false, 5, 0)
/ questions = [1=school_name]
</surveypage>
<dropdown school_name>
/ caption = "Please Select your School"
/ options = ("List","of","Schools")
/ listsize = (100px,200px)
</dropdown>