摘要:
flash cs3中使用DataGrid组件时, 要改变单元格里的字体大小颜色真是麻烦! 以下是方法:var list:DataGrid = new DataGrid();//其他的数据,宽高什么的等属性自己设去吧;////////TextFormat////////var tf1:TextFormat = new TextFormat();tf1.size = 12;tf1.color = 0x000000;//其他的属性自己调;var tf2:TextFormat = new TextFormat();tf2.size = 13;tf2.color = 0xff0000;tf2.bold 阅读全文
posted @ 2012-08-20 17:39 枫雨 阅读(238) 评论(0) 推荐(0)
浙公网安备 33010602011771号