Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I m dynamically populating a dojo select widget...but the list seems to be abnormally long. How can i add a vertical scroll bar to it? The size attribute doesnt work here..

share|improve this question

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.