GridView 实现固定表头,但可以纵向,横向滚动Item

 

GridView 实现固定表头,但可以纵向,横向滚动Item

 

. 可以纵向,横向滚动Item

    <DIV style="Z-INDEX: 102; LEFT: 184px; OVERFLOW: auto; WIDTH: 100%;POSITION: absolute;TOP: 200px; HEIGHT: 440px">

        <asp:GridView ID="gv_Data" runat="server" AutoGenerateColumns="False" AllowPaging="false"

            Width="100%" OnRowCreated="gv_Data_RowCreated" OnRowDataBound="gv_Data_RowDataBound" Height="280px">

.

 

 

二.可以纵向,但不横向滚动Item

 

<div style="overflow: auto; width: 830px; height: 390px">

 

     <asp:GridView ID="gv_Data" runat="server" AutoGenerateColumns="False" AllowPaging="false"

            Width="100%" OnRowCreated="gv_Data_RowCreated" OnRowDataBound="gv_Data_RowDataBound" Height="280px">

…..

 

posted on 2009-06-04 08:41  封起De日子  阅读(171)  评论(0编辑  收藏  举报

导航