Enterprise APP
html 스크롤바 숨기기(Hide Scrollbar) 본문
<style type="text/css">
html,body {
height:100%;
width:100%;
overflow:auto;
}
</style>
'Flex General > Tips' 카테고리의 다른 글
DataGrid 여러 컬럼에서 같은 itemrenderer 사용하기 (0) | 2010.08.13 |
---|---|
DataGrid 전체 다시 그리지 않고 데이터만 갱신하기 (1) | 2010.08.10 |
웹 성능 분석 및 측정 도구 (1) | 2010.08.03 |
특수키 (0) | 2010.07.06 |
LineChart 의 CircleItemRenderer(seriesHolder) 숨겨진 화면 보이게... (0) | 2010.06.04 |
Comments