Hi! Im trying to build a zoom functionality, and managed to get it working with the examples provided, which uses the "scale" property. However, I need to scale ONLY horizontally.
I see that there is a scaleX property in the pipeline, but is there really no way to achieve this without it? Which version of XF would i need to use to get the scaleX prop?
I have tried various methods without success, the one that came closest was removing the view to be zoomed from an absolute layout, and then adding it again, both on the pinch-event, but added with a bigger Rectangle, but this seemed to be to cpu intensive(and felt really hacky) and crashed quite often...
Any tips?