Wednesday, June 17, 2009

Images as item renderers

I noticed while creating an image as an item renderer the image was looking a little distorted in the data grid. I thought setting scaleContent to false would help as the default value is true. But that did not help until I set maintainAspectRatio to true. And maintainAspectRatio is true by default but I had to set it anyways. Seems like a bug to me.

I found similar discussion on this here - http://www.mail-archive.com/flexcoders@yahoogroups.com/msg15759.html - they claim it is not a bug.

No comments:

Post a Comment