iOS Question Layout not spanning 100%x

Nickelgrass

Active Member
Licensed User
Longtime User
Hello,
I made a layout in B4I designer and it looks good in the designer and also the device bridge. However if I load the layout in the actual app all the views are crammed to the left. It seems the 100%x is not applied. What reason could this have?
 

Nickelgrass

Active Member
Licensed User
Longtime User
Thanks for the reply. But I have set the anchors and I am not using %x anywhere else than the designer script.
 
Upvote 0

Nickelgrass

Active Member
Licensed User
Longtime User
Seems the ugly workaround is to set settings_scr.Panel.Width = settings_scr.Width after loading the layout.
 
Upvote 0

Nickelgrass

Active Member
Licensed User
Longtime User
Seems to work now suddenly. I think I cleaned the project in between and then it worked. No idea why or what changed.
 
Upvote 0
Top