css 限定GridView宽度并加上滚动条
网站建设 2021-07-03 08:42www.dzhlxh.cn网站建设
采用如下的样式
margin:auto;
width:98%;
overflow:scroll;
_height:expression(this.scrollHeight>365?"365px":"auto");
复制代码
代码如下:margin:auto;
width:98%;
overflow:scroll;
_height:expression(this.scrollHeight>365?"365px":"auto");