Scrolling through list element causes text elements to scroll as well

Posted by DMK on Stack Overflow See other posts from Stack Overflow or by DMK
Published on 2010-05-12T06:48:36Z Indexed on 2010/05/12 6:54 UTC
Read the original article Hit count: 169

Filed under:
|

I'm using a list element with variableRowHeight and word-wrap set to true like in the example below:

http://blog.flexexamples.com/2007/10/27/creating-multi-line-list-rows-with-variable-row-heights/

When I scroll through the list with a mouse scrollwheel the text in the listItems also scroll. I know that this is to do with the height of the textField... but I am unsure how to best resolve this issue. Any thoughts are appreciated!

The issue that I am experiencing also occurs in the example above.

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3