Labels

Monday, December 7, 2009

Flex: Difference between invalidatelist and invalidatedisplaylist

visit:

http://stackoverflow.com/questions/74269/what-is-the-difference-between-invalidatelist-and-invalidatedisplaylist


invalidateList tells the component that the data has changed, and it needs to reload it and re-render it.

invalidateDisplayList tells the component that it needs to redraw itself (but not necessarily reload its data).

0 comments:

Post a Comment