Here’s another of our additional components we used in a recent project and presented at LFPUG.
It adds the following styles to TileList.
verticalGap – the vertical spacing between item renderers.
horizontalGap – the horizontal spacing between item renderers.
scrollBarScale – the vertical scale of the VScrollBar if shown, and horizontal scale of the HScrollBar is shown.
easing – the easing applied to the item renderers position.
rendererDiration – the direction the item renderers are layed out. Can be horizontal or vertical.
Here’s an example of the component in action (right click for source).
You can get the component source from out Google Code.
