What do you want to achieve?
I want to add a component to a specific layer and be able to send a component to front/back.
Do you see alternative options and workaround to achieve it?
Export the code and change the generate code’s order of component creation.
or
Delete what I already have and remake it on the top level and hope that I do everything in the correct order to get the expected layering.
Mention some use cases
- I already have the base screen with popup menus created and now i want to add the screen components, however the popup menus are now behind all of my new components.