Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
add scroll on dropdownlist. into its list items...
Posted
Comments
Sergey Alexandrovich Kryukov 21-Nov-11 2:51am    
Doesn't it have a scroll by default? What's "into its list items" -- not clear at all.
--SA
P.Salini 21-Nov-11 3:50am    
Elaborate your question

1 solution

ASP.NET
<asp:Panel ID="Pan1" Height="100px" Width="300px"
BackColor="#8FBC8F" ScrollBars="Auto" runat="server">

Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
Scrollbar Test!<br />
 
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