I'm developing an app in MIT App Inventor where I use multiple Vertical Arrangements to display different content. Each time I want to show a new Vertical Arrangement, I have to do the following:
Set the "Visible" property to "false" for the existing Vertical Arrangements.
Set the "Visible" property to "true" for the new Vertical Arrangement.
This process is repetitive and time-consuming, especially when I need to frequently change the displayed Vertical Arrangement.
Is there a way to automate this process? Perhaps a block or technique that allows me to change the displayed Vertical Arrangement with a single step?