zulqarnain
zulqarnain

Reputation: 1735

Enable scroll on dojo dijit.form.Select

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

Answers (1)

Murali N
Murali N

Reputation: 3498

If you're using a dijit.form.Select there's an attribute called maxHeight that controls the height of the dropdown.

visit this link

Upvotes: 1

Related Questions