It seems to me that there is a bug in the designer (B4A 3:00)
As an example:
I have a panel containing a checkbox.
When I use:
Checkbox.Left = 10%x the Designer implies that the 10% refers to the panel;
If I use a calculation:
Checkbox.Left = (100%x - Checkbox.Width) / 2, the designer uses 100% of the screen
As an example:
I have a panel containing a checkbox.
When I use:
Checkbox.Left = 10%x the Designer implies that the 10% refers to the panel;
If I use a calculation:
Checkbox.Left = (100%x - Checkbox.Width) / 2, the designer uses 100% of the screen