Hi! I need to have some pretty unusual behavior in a list and being fairly with flex I'm not quite sure of the standard components abilities, so far I haven't found what I'm looking for.
Here are the requirements: A number of different item renderers, only one pr list though. All cells/item have same size. Never show partial items neither horizontal/vertical Ability to say one of the following: NOSCROLL, HSCROLL, VSCROLL or specific limit on the amount of items in the list. NOSCROLL also gives the option of the last item being replaced by [CLICK FOR MORE] item No scrollbars should be visible, if scroll is available it will be handled by buttons elsewhere The list is not of fixed size and should always be filled with items meaning the tiles/cells needs to fill the available screen real estate, except if the number of items is below the amount the list has room for. BIIIIIG lists.... potentially 10000s of items, and although I assume the item renderer recycling is not completely in the woods I assume that one could do an even better job if it was specific for a component this specialized. Your thoughts are greatly appreciated,,, -Allan

