Click here to Skip to main content
15,891,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one problem to hide scrool bar in listbox.

if I give height to scroolbar then scroolbar is hidden but it's display was not hidden.

plz somebody give me solution it's urgent..
Posted
Updated 5-Feb-13 20:34pm
v2

1 solution

I hope get it right: You want to hide the scrollbar? If so -> put overflow: hidden in your css...
 
Share this answer
 
Comments
piyush_dobariya 7-Feb-13 1:09am    
i tried everything overflow:hidden,auto but there is nothing to change in this.
StM0n 7-Feb-13 2:29am    
could you give an example of the HTML?
piyush_dobariya 18-Feb-13 2:21am    
<asp:ListBox ID="lstCategory" runat="server" OnSelectedIndexChanged="lstCategory_SelectedIndexChanged"
AutoPostBack="true" CssClass="Listbox" Style="overflow: hidden;">

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