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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:37:23+00:00 2026-05-27T15:37:23+00:00

I created a simple application with ListBox and 1000 very short strings in it.

  • 0

I created a simple application with ListBox and 1000 very short strings in it. (no explicit ItemTemplate).
If i scroll it really fast – there are black holes(CPU cant render fast i suppose).

At the same time if i use ItemsControl in ScrollViewer – everything is OKay.

Why ? Can i slow down scrolling speed in ListBox somehow ?
Users can get really confused when they are to see these black holes in the screen.

Update: Reproduces on device(HTC HD7 7.10.7740). I use databinding via ItemSource

Repro project: https://www.dropbox.com/s/lgcod878srnctp0/SLTK_LLS_TEST.zip

Repro video(!): https://www.dropbox.com/s/t25dguq0vaa88o9/WP_20111213_113729Z.mp4

  • 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-27T15:37:23+00:00Added an answer on May 27, 2026 at 3:37 pm

    The ListBox has “virtualization” enabled by default (exactly: sort of UI container virtualization), it’s not loading the complete list, just fragments. When scrolling, it has to render the items first, and when you scroll quickly, you are noticing this rendering delay. It’s achieved by the VirtualizingStackPanel. The advantage is, it saves Memory.

    You can disable the virtualization when using a custom ItemsPanel:

    <ListBox x:Name="YourListbox">
        <ListBox.ItemsPanel>
            <ItemsPanelTemplate>
                <StackPanel />
            </ItemsPanelTemplate>
        </ListBox.ItemsPanel>
    </ListBox>
    

    …but the solution will take up more resources from the beginning. Might become dangerous with long lists.

    The other way round, you can enable virtualization on your ItemsControl, for a testing purpose, you should be able to achieve the rendering delay (“black holes”).

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

Sidebar

Related Questions

I've created a very simple Enterprise Application project with about 7 entity beans and
I have created a simple Facebook application in PHP, that greets user by there
I have created a very simple application where I am trying to insert a
I have created a simple application which has a scroll bar. The scroll bar
I've created a simple desktop application in C# 3.0 to learn some C#, wpf
I've created a simple Flex application to fetch an XML file. I need a
I have created a simple blog application with Ruby on Rails. The applications consists
I created a simple .NET windows application in Visual Studio 2005 and on just
I created a simple dialog-based application, and in the default CDialog added three buttons
I have created a simple win 32 application..in which it has a textbox and

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.