Viewstack Repeater Example

November 16, 2009

The following example shows you how to use a repeater inside a viewstack.  Our example about viewstack effects is very popular, and I recently found out how to use the repeater inside a viewstack, I decided to write an example about this subject.

Read more

Using the Repeater in Flex

February 14, 2009

So you might come across some situation in which you want to repeat some part of your layout for each data item, but the number of items is unknown.

Fortunately for us, Adobe provided a component with Flex which we can use to achieve just what we want: repeating parts of the layout for every item in the data collection.

Read more