This worked for me:

  1. var myButtonBounds : Rectangle = myButton.getBounds (this);
  2. verticalScrollPosition = myButtonBounds.bottom;

In the above, myButton was the Flex component I needed to bring into view by scrolling up the content of its container.