본문 바로가기
프로그래밍/subject

Scrollable GridView with a Fixed Header

by 이데렐라 2009. 9. 1.
반응형

Panel 컨트롤을 사용하여 Panel 속성인 ScrollBars = "Vertical" 속성을 설정해 준다.
그 안에 GridView 컨트롤의 속성을 넣어주는데, Css 적용을 해준다.

<style type="text/css"> 
.h_style
{  
 font-weight:bold;  
 position:relative;  
 background-color:White;  
}  
</style> 

GridView 의 CssClass 속성에 위 스타일을 적용해 준다.

반응형

댓글