I'm developing a very basic chat application that resembles IRC, but I'd like to force the scroll bar to jump to the bottom every time a chat entry is added. This is on a Box and I'm adding Text entries as children. I've tried adding a listener for RENDER to push it down, but it always pushes it down a few pixels from the bottom instead of the absolute bottom. The same happens when I add a listener for CHILD_ADD.
Can anyone tell me how to get this desired functionality to work in Flex?