I have been reading up on dips, and experimented with a general script.
I was wondering, is the following statement true or false ?
I have many controls. If i organise them all inside different panels (=parents),
i only have to bother in my general script with the size and position of those panels.
The controls will adapt proportionally on another device.
?
You can build your layouts with multiple panels and then move the panels. However don't expect the views to be resized when the panels are resized. If the views are anchored then they will behave based on the anchors (when the layout is loaded).