[FLEX] 현재 창에 출력된 DATAGRID의 행수 구하기
Computer_IT/FLEX_AIR2008. 10. 14. 09:37
반응형
var numItemsInWindow:int = ICollectionView(dataGrid.dataProvider).length - dataGrid.maxVerticalScrollPosition;
출처 : Flex Developer Center http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=4741
반응형
'Computer_IT > FLEX_AIR' 카테고리의 다른 글
XMLSocket for Server Push (0) | 2009.10.22 |
---|---|
FlashBuilder 4 Beta2 시리얼 받기 (0) | 2009.10.14 |
[AIR] 투명 Windows - Transparent (0) | 2008.10.13 |
한글 Flash ActionScript 3.0 Reference Document (0) | 2008.08.25 |
Flash Sample... (0) | 2008.05.20 |