flash as3 list 组件的使用
xlk.rowHeight = 30;//行高trace (xlk.length);//list的date个数var myFormat:TextFormat=new TextFormat();myFormat.color = 0xff0000;//设置字体颜色myFormat.size = 60//设置字体大小xlk.setRendererStyle ("textFormat",myFormat);//应用上面的设置//帮助文档 http://help.adobe.com/zh_CN/AS3LCR/Flash_10.0/flash/text/TextFormat.html#size
?