Lock Screen Parts

Is there a way to lock parts of a screen, I have two textboxes placed on the opposite side of the screen but when I test the app they are on top of each other. How do I fix this?

Hi @avidhyani,

Try to use rectangles as a “canvas” to divide the screen into several “parts”. And then put the textboxes “inside” these rectangles.

Best,
Victor