0

In my flex project I have a list with customized itemRenderer. I will provide data from a XML file. I want this itemRenderer

  1. Always contains only 6 items and not less and not more
  2. If the result of XML file contains less than 6 items (e.g 3 items), put the rest of items (remained 3 ones) a default item.

See screenshot:

Customized itemRenderer

Anybody has any suggestion?

4

1 に答える 1