Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7837945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:55:28+00:00 2026-06-02T14:55:28+00:00

I am trying to enable zoom capabilities on an image in my wp7 app

  • 0

I am trying to enable zoom capabilities on an image in my wp7 app using either tap or pinch like other app features,ie,map. Most of the posts i’ve seen relating to this are a it old and am wondering if there is a more recent way to achieve this??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T14:55:30+00:00Added an answer on June 2, 2026 at 2:55 pm

    You need to use scale transform.. I can do a blogpost later on if you are interested.for pinch zoom drag flick etc you need to use gesture service from toolkit

    private void GestureListener_DragDelta(object sender, DragDeltaGestureEventArgs e)
        {
            scaleTrans.CenterX = (scaleTrans.CenterX - e.HorizontalChange);
            scaleTrans.CenterY = (scaleTrans.CenterY - e.VerticalChange);
    
            if (scaleTrans.CenterX < 0)
                scaleTrans.CenterX = 0;
            else if (scaleTrans.CenterX > (imgViewer.Height * scaleTrans.ScaleX))
                scaleTrans.CenterX = imgViewer.Height * scaleTrans.ScaleX;
    
            if(scaleTrans.CenterY < 0)
                scaleTrans.CenterY = 0;
            else if (scaleTrans.CenterY > (imgViewer.Height * scaleTrans.ScaleY))
                scaleTrans.CenterY = imgViewer.Height * scaleTrans.ScaleY;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a gallery of images and I'm trying to enable pinch zoom on
I'm trying to enable caching for images and the like on my web server,
I' m trying to enable adding/deleting rows to/from table using folowing code: Script: $(document).ready(function()
I'm trying to enable dynamic fields in the configuration file for my mapping app,
I am trying to enable Marquee zoom in PDF file programmatically in .Net/C# (Winforms)
I'm trying to enable AirPlay support in my app. I'm not doing video; I
i'm trying to enable jboss to uses ssl protocol using a previously generated certificate
I am using the DataTables jQuery plugin. I am trying to enable sort interaction,
I'm using JBoss 5.1.0 GA together with Hibernate and I'm now trying to enable
I'm trying to enable a streamed response using Silverlight 4 and polling duplex, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.