Design a form in Mendix 5 without layout visible?

0
Is it possible to use the form designer without the displayed layout wasting my precious space on my smaller than 28 Inch laptop screen? Edit 1: Thanks for all the answers. I understand Arjans point about the multiple holes. The concept is good, but I will file a feature request to optionally switch the background layout elemenents off.
asked
3 answers
1

You could add a giant snippet on your page and design everything in there. Snippets do not have layout so you have the whole screen available for your content.

If a layout defines multiple placeholders, pages based on that layout have multiple places to put content. So the form editor would need a way to zoom into one of those "holes" to make it work without the snippet workaround. We talked about this when we were building layouts but it never got high enough on the backlog, unfortunately.

answered
0

The only suggestion I have is to temporarily change the layout to PopUp while making your changes, then change back to the correct layout after having adjusted your content.

answered
0

use Snippit

answered