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.
框架:.net 4.0 我有一个网格。我希望在其中实现滚动条。网格视图中最多应显示 10 条记录。如果记录少于 10 条,则 gridview 的大小应相应调整。
如果您只需要垂直滚动条,您可以使用 div 或 panel 如下
<div style="width: 100%; height: 400px; overflow: scroll">your GridView</div>
或者你可以使用
可滚动的 GridView