我就在这里
分类: 项目管理
2011-10-19 13:46:05
主要是重写drawRowBackground 如下
override protected function drawRowBackground(s:Sprite, rowIndex:int,
y:Number, height:Number, color:uint, dataIndex:int):void
{
if(dataIndex < dataprovider.length){
color = uint(dataprovider[dataIndex].color);
}
super.drawRowBackground(s,rowIndex,y,height,color,dataIndex);
}
]]>
效果如下