Problem when maximizing my screens

Hi ,

Hi have this popup with a specified size that when i open in the client we can clearly see the background.
With that being said , when i try to enlarge the popup the background does enlarge but not all the component in the popup. I don’t want to see the background color I just want to see my component and be able to resize my Component .Please take a look at the joint images . Thanks

1st image is what it looks like in the designer
2nd image is in the client.
1st)


2nd)

You’ve drawn your popup with anchored layout. You need to use relative layout everywhere to get scaling.

1 Like

No ,my popup is drawn with relative layout…
Why the popup open with the white background around it?