The following example shows how you can toggle child recycling in a Repeater object in Flex by setting the Boolean recycleChildren property.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can toggle child recycling in a Repeater object in Flex by setting the Boolean recycleChildren property.
Full code after the jump.
{ 0 comments }
The following example shows how you can use the Repeater class with Flex 4. The trick to using the Repeater class in Gumbo is that the repeater must be within a Halo container (HBox, VBox, Canvas, Panel, Application, etc).
Full code after the jump.
{ 2 comments }
The following example shows how you can display a series of CheckBox controls using the Flex Repeater with an Array data provider.
Full code after the jump.
{ 10 comments }
The following example shows you how to use the Repeater component to display images loaded from an external XML file.
Full code after the jump.
{ 8 comments }