Designer: the screen does not show all components

So I have a lot of small components on the screen but in designer they do not fit. In testing mode it works perfectly. Now I need to add another component to the complete bottom but I can not as all other components (visible or invisible) are blocking the view of the bottom.

Is there a way so I can add a component to the bottom? Or change the order of components while they are not visible on the designer screen?

Use Tablet mode and the ‘Scrollable’ property of Screen1 while developing

2 Likes

Set scrollable property to true. If this doesn’t work, then set visible = false on some visible components. After adding your new components, set them to true again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.