G ginsh Member Licensed User Longtime User Jun 26, 2016 #1 Hi All, How can we change the Imageview size dynamically as per the image orientation (landscape or portrait).
Hi All, How can we change the Imageview size dynamically as per the image orientation (landscape or portrait).
Erel B4X founder Staff member Licensed User Longtime User Jun 27, 2016 #2 You can load the bitmap and check its width and height. Upvote 0