In my flex project I have a list with customized itemRenderer. I will provide data from a XML file. I want this itemRenderer
- Always contains only 6 items and not less and not more
- 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:
Anybody has any suggestion?