在asp.net的列表框中更改滚动条样式 [英] Changing scroll bar styles in Listbox in asp.net

查看:252
本文介绍了在asp.net的列表框中更改滚动条样式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在asp.net的列表框中更改滚动条的默认样式?

Is there any way to change Scroll bar default style in listbox in asp.net ?

推荐答案

您可以使用以下样式

you can use following style

.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;
}


但是Visual Basic .NET呢?我不喜欢Windows样式,我想要自己的样式滚动条!
But what about Visual Basic .NET? I dont like windows styles, i want my own scrollbar of the style!


这篇关于在asp.net的列表框中更改滚动条样式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆