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
Here is the simplest way to swap to top most depth
function swapToTop() { parent.setChildIndex(this, parent.numChildren-1); }