DataGrid添加滚动条

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

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

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

  </div>

原文地址:https://www.cnblogs.com/reaptomorrow-flydream/p/6623023.html