Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
4.50/5 (2 votes)
See more:
Hi Guys,


I am using a dropdown list in my apps.The dropdown have near about 100 entries.I want to display first 10 entries and for the remaining entries i want to display a scrollbar for that.

Is anyone have any idea that how to accomplish this?

You can assume a simple html dropdown for this task.like..

<select>
<option value="1">One</option>
<option value="2">two</option>
<option value="3">Three</option>
  and so on
    ................
   ................
      .........
</select>


Thanks in advance!

Arvind Thakur
Posted
Updated 20-Oct-19 3:34am

Put your list inside a DIV tag and set the DIV style overflow:auto and the DIV's height to a fixed height.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900