如何在datagrid中添加滚动条?
如何在datagrid中添加滚动条?
DATAGRID中是没滚动条的,要添加的话其实很简单,只需要:<div style="OVERFLOW:auto;WIDTH:400px;HEIGHT:500px">
<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid>
</div>
其实是利用了CSS属性
如何在datagrid中添加滚动条?
DATAGRID中是没滚动条的,要添加的话其实很简单,只需要:<div style="OVERFLOW:auto;WIDTH:400px;HEIGHT:500px">
<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid>
</div>
其实是利用了CSS属性