I am trying to show 5 items in dropdownlist and add a scroll bar after that records. I tried adding height etc to select and could not succeed. Even size property is not what I am looking for. Do we have any property to set height of dropdown list and add scroll after showing certain number of records?
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
</select>