Css 控制GrideView 表头不动

it2022-05-09  21

<style> .Freezing    {        position:relative ;    table-layout:fixed;    top:expression(this.offsetParent.scrollTop);      z-index: 10;    } .Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px;} </style>

 

<div style="overflow-y: scroll; height: 400px;width:723px" id="dvBody">

 

 <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" CssClass="Freezing"/>

转载于:https://www.cnblogs.com/zt04985807/archive/2009/01/09/1372956.html

相关资源:数据结构—成绩单生成器

最新回复(0)