Hi, The documentation says that the layoutChrome() method will be called in the next 'render' event after a call to invalidateDisplayList(). However, in reading through some of the Flex source code (such as in Panel), I see explicit calls to layoutChrome() rather than calls to invalidateDisplayList(). Why would one want to invoke layoutChrome directly, rather than wait for the framework to call it automatically after invalidating the display list?
Thanks, e
