Hello.
I have a dropdownlist that are populated with data from a table, there will be around 200 items in the list. When i click at the list arrow, it shows 28 items, and i can scroll up and down, Is there way to make the dropdownlist to show 10 items. I try the Dropdownlist.style.add("items","10") in the pageLoad but it didn't work.
Thank in advance for your help.
I have a dropdownlist that are populated with data from a table, there will be around 200 items in the list. When i click at the list arrow, it shows 28 items, and i can scroll up and down, Is there way to make the dropdownlist to show 10 items. I try the Dropdownlist.style.add("items","10") in the pageLoad but it didn't work.
Thank in advance for your help.