Layout Types Available in Flex 4.5 for mobile Development

Here is the list of Layout types available for the layout development

DataGroup
Group
HGroup
Scroller (supports touch scrolling, includes scroll indicator)
Spacer
TileGroup
VGroup

Fles swap to highest depth

Here is the simplest way to swap to top most depth

function swapToTop() {
parent.setChildIndex(this, parent.numChildren-1);
}