Reputation: 1735
I have a dijit.form.Select with 31 options. The options goes up to the end-of-page. How can I enable scroll so that the drop down doesn't expand down but shows scroll button?
Upvotes: 0
Views: 1061
Reputation: 3498
If you're using a dijit.form.Select there's an attribute called maxHeight that controls the height of the dropdown.
dijit.form.Select
maxHeight
visit this link
Upvotes: 1