首页 > 开发 > CSS > 正文

css 限定GridView宽度并加上滚动条

2024-07-11 08:38:22
字体:
来源:转载
供稿:网友

采用如下的样式


margin:auto;
width:98%;
overflow:scroll;
_height:expression(this.scrollHeight>365?”365px”:”auto”);

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表