Link to home
Start Free TrialLog in
Avatar of Larry Brister
Larry BristerFlag for United States of America

asked on

Dropdown list Items

I have a dropdown list that is dynamically populated.

I need to set the height of the dropdown area...when clicked...to x number of items.

Size="10"  shows the ddl expanded and 10 items shown with a scrollbar
ddlCountry.Attributes.Add("Size", "10")  does the same thing

ddlCountry.height=10 maxes the ddl 10 px high...

I need it default height...
When clicked on it has to show 10 items with a scrollbar to see the rest.
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial