I have a Flex component that is very long. I want to add a save button in the bottom of component. when i click on save button i am changing the state where it displays another component. Do anyone know which function I can use to move a component(screen) from bottom to top? HTML have a Anchor Object to do the same thing.Please give me a idea how to do this in Flex.
Thanks