Hello
i saw the example of pinch and zoom working on an container, with an image rectangle inside it, loaded with a bitmap image from a jpg or png file. and i can get this to work no problems.
But what i want to know is there a way to pinch and zoom some other display item like a scrollviewer or group that that contains various display items.
what i am doing is drawing a chart in a scrollviewer, so its just a lot of lines in a scrollviewer then i put the scroll viewer into a group but when i try this in the pinch zoom code it does not pinch and zoom.
is there a way to pinch and zoom anything other than an image rectangle, or do i have to convert my chart into a jpg or png file, and if so how to do that?
Regards
Bruce