How to use a set of custom containers in a one Scroll List widget?
At first glance scroll List had given a promising way to handle the numereos menu items and seems more convenient for it, than to make a screen for the each one. But instantly raised a question, how to make a scroll list to work with different custom containers (menu items) instead of a templateone? The first tought was to use a container-aggregator ,wich holds all the containers needed, and to handle it in a "scrollListUpdateItem", but all the visible copies of that parental container will hold the full set of children container instances even invisble. So there is a question, how to make a scrollList work with a set of containers? Seems the good idea is to make an array of pointers to instances of needed containers (menu items) but the deep digging in update item callback required. Is there any chance to make it ,except the hard way ?
