Iterator
amx:iterator
The Iterator component creates an arbitrary number of items with the same kind of data. A common use of an iterator is to create a grid of elements or a lane of elements.
This component is commonly used on tablets and phones.
Appearance
Appearance characteristics for this component.
- No Appearance: There are no appearance characteristics for an iterator component. The appearance is defined in the element that is iterated.
Behavior
Common behaviors for this component.
- Grid: Items iterate in rows and wrap to the next row.
- Lane: Items iterate in a row or column.
Usage
Usage guidelines for this component.
- For example, Iterator along with Table can be used to implement Grid Views.
Sample
AMX sample code for this component.
Related
- Used On: Phone, Tablet
- Also Called: None
- Related Components: Table
- Resources: None