按照编程词典来设置GrildView的表头table-layout:fixed属性时,并没有找到此属性,不能正常固定表头和添加滚动条。现使用<div>包含GrildView,使用的是<div>的滚动条。HTML语言如下
<div style="overflow:auto; word-break:break-all; height:500px; text-align:center">
<asp:GridView ID="GridView2" runat="server" Height="500px" Width="100%" CellPadding="4" VerticalAlignment="Top" ForeColor="#333333" CaptionAlign="Top" Font-Names="Times New Roman" Font-Size="12pt" >
<AlternatingRowStyle BackColor="White" />
<EditRowStyle BackColor="#2461BF" />
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#EFF3FB" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
<SortedDescendingHeaderStyle BackColor="#4870BE" />
</asp:GridView>
</div>