Click here to Skip to main content
15,903,854 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a dropdownlist like

<asp:DropDownList ID="ddlEducation"  runat="server" AutoPostBack="True" AppendDataBoundItems="True" CssClass="JobseekerRegistrationDropDownList" Width="200px" DataTextField="EducationLevelName" DataValueField="EducationLevelID" OnSelectedIndexChanged="ddlEducation_SelectedIndexChanged" Font-Size="11px">


I dont want to increase the width of the Dropdownlist. I want to know how to put horizonatal scroll bar to drop down list server control so that if content size is more than the actual size of the drop down list we can scroll and look the content
Posted
Updated 8-Feb-11 17:32pm
v2

AFAIK scroll bar is not possible for standard dropdown control.
Similar discussion[^]
check for Listbox and html [^]
 
Share this answer
 

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