DataGrid添加滚动条

Posted 章朔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DataGrid添加滚动条相关的知识,希望对你有一定的参考价值。

DataGrid中是没有滚动条的,要添加滚动条需要借助<div>层

  <div style="overflow:auto;width:95%;height:95%">

    <asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid>

  </div>

以上是关于DataGrid添加滚动条的主要内容,如果未能解决你的问题,请参考以下文章