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 7091719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:13:18+00:00 2026-05-28T08:13:18+00:00

I have a Windows Mobile application. Within that application, i’ve got a ScrollViewer which

  • 0

I have a Windows Mobile application. Within that application, i’ve got a ScrollViewer which allows the user to flick through the many images which I have inside that scroller. In this case, they are images of the alphabet.

The problem is, I want logical code to execute when the user clicks on an image, BUT, if the user scrolls by clicking on the letter, it actuates the code….

For example, imageA has a LeftClickButton event, but…if the user scrolls by touching the letter A….the logical code in the imgA_LeftClick fires.

How do I overcome this problem? Below is my code.

<ScrollViewer Height="98" Name="scrollerButtons" Width="603" Canvas.Left="40" Canvas.Top="383" VerticalAlignment="Center" ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Visible">
    <StackPanel Name="stackPanelButtons" Orientation="Horizontal" Canvas.Left="162" Canvas.Top="43" VerticalAlignment="Center" HorizontalAlignment="Center">

                <Image Height="60" Name="imgA" Source="a.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgK" Source="k.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgM" Source="m.png" Stretch="Fill" Width="60" MouseLeftButtonDown="imgM_MouseLeftButtonDown"></Image>
                <Image Height="60" Name="imgJ" Source="j.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgN" Source="n.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgO" Source="o.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgI" Source="i.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgH" Source="h.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgG" Source="g.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgF" Source="f.png" Stretch="Fill" Width="60" MouseLeftButtonDown="imgF_MouseLeftButtonDown"></Image>
                <Image Height="60" Name="imgE" Source="e.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgD" Source="d.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgC" Source="c.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgB" Source="b.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgL" Source="l.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgT" Source="t.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgS" Source="s.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgR" Source="r.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgQ" Source="q.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgP" Source="p.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgU" Source="u.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgZ" Source="z.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgV" Source="v.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgW" Source="w.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgY" Source="y.png" Stretch="Fill" Width="60"></Image>
                <Image Height="60" Name="imgX" Source="x.png" Stretch="Fill" Width="60"></Image>
            </StackPanel>
            </ScrollViewer>
  • 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-05-28T08:13:19+00:00Added an answer on May 28, 2026 at 8:13 am

    Instead of the MouseLeftButtonDown event, use the Tap event. Seeing as this is tagged Silverlight, I assume you mean Windows Phone and not Windows Mobile.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Windows Mobile Desktop Application that have some text fields which will
I have a windows mobile 5.0 application (smartphone) that contains a flat data file
I have an application that runs on Windows Mobile 6 Professional PDA devices. The
I have a .net 3.5 application running on windows mobile professional that uses sql
I have a Windows Mobile application written in Java that uses AWT for the
I have windows mobile application that display information from an sql server ce. Normally
We have a Windows Mobile application which is currently running on Symbol (now Motorola)
I have this windows mobile application. I'd like to launch an updater.exe that will
I have a .net cf 3.5 Windows Mobile application that my client wants to
Let's say I have a mobile application that is to be offered on many

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.