4,328
社区成员
发帖
与我相关
我的任务
分享
var dataSource:HierarchicalCollectionView=this.dataProvider as HierarchicalCollectionView;
if(dataSource!=null && dataIndex < dataSource.length-1 ){
var item:Object = dataSource.mx_internal::treeData.getItemAt(dataIndex);
color = this.rowColorFunction.call(this, item,color);
}
super.drawRowBackground(s,rowIndex,y,height,color,dataIndex);
}