How can I check if a layout is 100% loaded?
Currently, I'm checking if any item from the layout is visible. Is there a more effective way?
I've already tried the events: On End Of Layout & On Loader Layout Complete, but neither of them triggers when the layout is fully loaded so that I can perform actions.