Images always filling space after 2.2.3 - IMPORTANT!!! CachedImage.FixedOnMeasureBehavior property
See original GitHub issue//EDIT by Daniel Luberda:
It’s fixed now, but you must set this:
CachedImage.FixedOnMeasureBehavior = true;
I had to do this to avoid breaking behavior changes as the regression exists now for quite a few versions. We’ll reenable it with next major version to avoid confusion.
//ORIGINAL:
Hi,
Before I go to the effort of providing a lot of detail on this, I wanted to put feelers out first. I’ve been hanging back on 2.2.3 for some time now because when I upgrade, my images in XF appear way too big. I assumed this was a bug in FFIL when I first upgraded (I believe it was 2.2.4), but since it’s been that way for a long time now, I figure maybe this is intentional?
Was there some kind of default behavior change at this point? I think this only affects Android btw, but would have to confirm that as part of digging deeper if/when required.
Issue Analytics
- State:
- Created 7 years ago
- Comments:42 (22 by maintainers)
Top GitHub Comments
I just modified nuspec files. Could you check 2.2.15 prerelease?
Great, thanks!