Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any way to change Scroll bar default style in listbox in asp.net ?
Posted
Comments
vigneshanbumani 21-May-12 5:11am    
I have tried that but its not making any difference in listbox.

you can use following style

CSS
.setScroll
{
	scrollbar-base-color: WhiteSmoke;
	scrollbar-3dlight-color: Blue;
	scrollbar-arrow-color: Red;
	scrollbar-track-color: WhiteSmoke;
	scrollbar-shadow-color: Blue;
	scrollbar-darkshadow-color: WhiteSmoke;
	scrollbar-face-color: WhiteSmoke;
}
 
Share this answer
 
But what about Visual Basic .NET? I dont like windows styles, i want my own scrollbar of the style!
 
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