Designer not resizgin image files

wheretheidivides

Active Member
Licensed User
Longtime User
Is it me or when you autosize a designer layoutfile, the images do not resize? It seems like they just syat the same no matter what the resultion. I have 2 imageviews on 2 different panels. When i autosize everything up, they just stay the same.

Also, when i try to use the designer scripting to change the imageview size either horizontally or vertically, it stays the same size.

ImageView2.Width = 640dip
ImageView2.Height = 1018dip

or

ImageView2.Width = 100%x
ImageView2.Height = 100%y

It could be me though. any ideas?
 
Last edited:

wheretheidivides

Active Member
Licensed User
Longtime User
SOLUTION found:

imageviews dont seem to resize in layout script. I found this solution. I had a panel with a *.png file. When I changed it to *.bmp, it resized properly. Seems that png files are fine disply wise as I had it working on my phone for a year, but do not resize under layout autoscale.
 
Upvote 0
Top