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

The Archive Base Latest Questions

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

My Problem I have a problem with developing a touch friendly UI for an

  • 0

My Problem

I have a problem with developing a touch friendly UI for an embedded device.
Using the standard ListBox from WPF 4.0, which supports touch events and touch scrolling out of the box, the touch scrolling performance is way worse than scrolling via pulling the scrollbar with a mouse.
Most notably, when starting a scroll flick, the scrolling stutters for a fraction of a second, but enough to feel bad and make flicks almost unusable (the gesture is complete when the stuttering stops, resulting in no, or minimal response).
As a reference I used touch scrolling in Windows Explorer, which has no problems and reacts smoothly.

Why is touch scrolling for the ListBox that much worse than both scrolling with the mouse, and touch scrolling in the explorer?

My Test Code

<ListBox x:Name="listBox"
         ScrollViewer.CanContentScroll="False">
    <ListBox.ItemTemplate>
        <DataTemplate DataType="{x:Type Brush}">
            <StackPanel Orientation="Horizontal">
                <Rectangle Width="100"
                            Height="100"
                            Fill="{Binding}" />
                <TextBlock Text="{Binding Color}" FontSize="36" Margin="20"/>
            </StackPanel>
        </DataTemplate>
    </ListBox.ItemTemplate>            
</ListBox>

The ItemsSource is set to an IEnumerable<Brush> containing all 141 brushes in System.Windows.Media.Brushes.

What I tried

I’ve played around with some configuration options without avail. I tried

  • VirtualizingStackPanel.IsVirtualizing both true and false
  • Reducing the number of brushes to 20
  • Explicitly settings the ItemsPanel to a VirtualizingStackPanel
  • ScrollViewer.CanContentScroll="True" (hard to jugde then, but I think the problem persists)

Since mouse scrolling is fine, I didn’t really expect these to help any, but.. well.. I tried. =)

  • 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-26T02:39:47+00:00Added an answer on May 26, 2026 at 2:39 am

    As a workaround I reimplemented the touch scrolling using the TouchX events. This works as smoothly as can be expected from the system its running on.

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

Sidebar

Related Questions

I have a problem linking an application for an embedded target. I'm developing on
I'm developing an Eclipse plug-in and I have a problem which is reproduced here:
I enjoy developing algorithms using the STL, however, I have this recurring problem where
I have been developing a simple game for iOS which involves dragging and using
I'm currently developing a touch screen application using C# (.NET 4.0) and WPF for
I have been developing a Silverlight application using WCF. The problem is that sometimes
I am developing web site using jQuery and other tech. I have problem in
This is a weird problem I have started having recently. My team is developing
I'm developing small FTP upload app. for mac (10.6 if it matters) Have problem
i have a problem i am developing an asp.net mvc project. Website is in

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.