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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:47:39+00:00 2026-05-27T06:47:39+00:00

When I tap and hold and move my list around, it moves, but when

  • 0

When I tap and hold and move my list around, it moves, but when I no longer hold, it smoothly scrolls back to beginning of the list. How do I prevent it?

I also tried putting whole ItemsControl inside ScrollViewer – same behavior.

Without ScrollViewer ItemsControl doesn’t scroll at all.

I set breakpoints to ManipulationCompleted of ItemsPresenter, ItemsControl and ScrollViewer – in all of them scroll appears in correct position where I left it, but afterwards somewhere it scrolls back.

Here’s my xaml markup:

<Grid x:Name="LayoutRoot">
    <ItemsControl Name="lbDeployments" 
                    ItemsSource="{Binding Path=Deployments}"
                    ItemTemplate="{StaticResource DeploymentItem}" >
        <ItemsControl.Template>
            <ControlTemplate TargetType="ItemsControl">
                <Grid>
                    <ScrollViewer>                    
                        <ItemsPresenter />
                    </ScrollViewer>
                </Grid>
            </ControlTemplate>
        </ItemsControl.Template>
    </ItemsControl>

</Grid>

Please help

  • 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-27T06:47:40+00:00Added an answer on May 27, 2026 at 6:47 am

    The issue is that the ScrollViewer needs a container of a fixed size to know much it can actually scroll.

    You’ll need to set the height of the ScrollViewer or the grid that contains it for scrollign to work properly.

    Without doing this the scrollviewer thinks it can take as much space as it likes. When this is the case it doesn’t need to scroll and what you see when manipulating the content directly isn’t actually scrolling but just moving the content wihtin the scrollable area.

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

Sidebar

Related Questions

How would I detect a long tap (tap and hold) within a UIScrollView?
In UITableView, you can tap and hold on a table cell and cancels the
my webapp requires users to tap and hold on an element for a game
How can i get value of delay for tap-and-hold on Windows Mobile? I.e. the
It works the same way in Maps.app: when you tap and hold for a
I would like to know how can I make a Tap & Hold action
When you double tap on MKMapView : zoom in. But how to zoom out??
I am using UIWebview in my app, when tap and hold on a link
Surely the event handler Tap or DoubleTap or Hold is supported only in WP
The TAP::Harness 3.23 tarball includes a NotBuild.PL file (and no Build.PL file), but the

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.