css 限定GridView宽度并加上滚动条 2016-04-19css教程 64 采用如下的样式 复制代码代码如下: margin:auto; width:98%; overflow:scroll; _height:expression(this.scrollHeight>365?"365px":"auto"); The End