Dynamic loading
Hi I was wondering the recommendation on dynamically loading containers a screen vs pre populating the screen with containers. Here is the situation, when the display loads up, is receives data from a controller. The screen for the display displays x amount of container A according to what the controller sent to the screen. This can be anywhere from 0-4 instances of the container. The user may also add/remove instances of the container.
So now, according to this situation, I was thinking of dynamically populating the screen with x amount of container A. However. I am not sure whether this is recommended or not.
The other option would be to put the max number of containers possible on the screen and make them invisible. Then only make x number visible once the screen loads.
