码迷,mamicode.com
首页 > 其他好文 > 详细

flex datagrid itemrender wordwrap失效

时间:2014-11-29 11:42:13      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   使用   sp   for   on   art   问题   

现在我是想把datagrid中的部分字体变个颜色。

但是重写set data函数后发现原先的wordwrap自动换行不好使了。

于是就在谷歌上找问题。。

参考了两篇:

http://stackoverflow.com/questions/8134521/itemrenderer-is-cancelling-wordwrap-setting-on-datagrid

https://shardulbartwal.wordpress.com/2010/12/15/datagrid-with-multiline-variable-height-text-item-renderer-in-flex/#comment-2726

 

都是解决加入 itemrender 后,自动换行不好使的问题。都是使用的mx2006的语法。

主要突破口是第二篇的一句话:

I tried a lot for this with multiple controls like TextInput, Textarea, Label etc by using the item render but was not getting the proper output.……………………………………But later I created my item render directly from the Text component and got the perfect result.

这里他说好使,是因为itemrender里面他用的mx:Text, 如果用 TextInput, Textarea, Label 之类的,wordwrap会失效

就这样。

 

flex datagrid itemrender wordwrap失效

标签:http   io   ar   使用   sp   for   on   art   问题   

原文地址:http://www.cnblogs.com/zklidd/p/4130212.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!