S Sanxion Active Member Licensed User Longtime User May 3, 2016 #1 Hi all In B4A, I use the following to fill the screen with an image view: myImageView.Height = Activity.Height myImageView.Width = Activity.Width What is the B4i equivalent? Thanks
Hi all In B4A, I use the following to fill the screen with an image view: myImageView.Height = Activity.Height myImageView.Width = Activity.Width What is the B4i equivalent? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 3, 2016 #2 The correct way to fill the screen with an image view is using anchors (in all platforms): [B4X] Anchors Demonstrated Upvote 0
The correct way to fill the screen with an image view is using anchors (in all platforms): [B4X] Anchors Demonstrated
S Sanxion Active Member Licensed User Longtime User May 3, 2016 #3 Erel said: The correct way to fill the screen with an image view is using anchors (in all platforms): [B4X] Anchors Demonstrated Click to expand... Yes, you are correct. Thanks. Upvote 0
Erel said: The correct way to fill the screen with an image view is using anchors (in all platforms): [B4X] Anchors Demonstrated Click to expand... Yes, you are correct. Thanks.