
Hello everyone,
I am populating the gallery with images taken from camera control. Now if I want to zoom the image of the gallery, how could I do it?
Please help.
Hello Ancy,
You can have an invisible Image control (Image1) all over the screen that displays the Gallery1.Selected.Image (Image2). When the user presses on the Image2, Image1 will become visible. When the user presses on Image1, Image1 will become invisible.
Image1.OnSelect = UpdateContext({vVisibleImageZoom:false})
Image2.OnSelect = UpdateContext({vVisibleImageZoom:true})
Image1.Visible = vVisibleImageZoom