Explain ContainerCreationPolicy?

This is used with the containers like Accordian, ViewStack etc. depending upon the ContainerCreationPolicy we have set accordingly the child pages will be loaded.
ALL Immediately create all descendants.
AUTO: Delay creating some or all descendants until they are needed.
NONE: Do not create any children.
QUEUED: Add the container to a creation queue.

No comments:

Post a Comment