DataGrid添加滚动条

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

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

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

  </div>

posted @ 2017-03-26 15:45  章朔  阅读(5924)  评论(0编辑  收藏  举报