Hello, is there a way to adjust the Width
and Height
of an Image
(the View) after the picture has been loaded?
I'll try to explain better: if I set Aspect = "AspectFit"
to an Image then I have a View
with an image in the center and empty on the two sides. In Android, in situations like that I would use the ImageView
property AdjustViewBounds
and it would handle this pain.
Is there a way to fix it in XForms?
THX