Computer_IT/FLEX_AIR

[FLEX] 현재 창에 출력된 DATAGRID의 행수 구하기

고급코드 2008. 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
반응형