in B4XPage_Appear leaves the picture offset.
rearranging the order of the 3 lines above (and swapping height and width) puts the picture in a different place.
Tested in design view in B4i only.
Tip: in most cases it is a mistake to do such changes in B4XPage_Appear event. B4XPages are simpler than activities. You don't need to wait for this event to make changes. You can make them directly whenever you need.