Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有简单的方法来实现这一点?我得到的壁橱是一些将滚动条添加到 gridview 的代码,但我对 CSS 的了解还不够,无法知道是否可以动态调整 gridviews 的大小。
编辑:要清楚,它应该按宽度和高度调整大小。
你可以使用css,
.someclass { width:100%; }
或者gridview的宽度属性,
width="100%"
编写css类
.flextable{ width:70%;}
设置gridiview的CssClass="flextable"
它导致gridiview 70%的浏览器窗口宽度