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

  • Home
  • SEARCH
  • 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 3695712
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:39:04+00:00 2026-05-19T04:39:04+00:00

In a nutshell we’re unable to get reasonable scrolling performance from any kind of

  • 0

In a nutshell we’re unable to get reasonable scrolling performance from any kind of WPF grid/items control when loaded with heavy amounts of pure data.

We’ve created a static independent prototype using the DevExpress WPF grid and uploaded it here:

http://jump.fm/QOTDL

We’ve also tried with the Infragistics and Xceed grid, and the problem is the same.

It seems like WPF simply cannot cope with reasonably large data grids displaying lots of data as far as providing a smooth user experience goes. Even without any kind of databinding, simply providing static data (~40 columns wide, 2000 rows), brings the scrolling to a crawl. At the lowest levels, the profiler seems to indicate an excessive amount of “Measure” occuring in addition to lots of garbage collection which could be the cause of the irregular stutter.

The code in the prototype can easily be replaced to work with other grids. If anyone out there is able to produce a smooth scrolling experience in the scenario given especially in cases where data is grouped at multiple levels and is densely packed, please let us know, we’d be very interested in hearing from you.

Additional details:

We’re creating our 2000 objects (with ~40 properties each), and assigning them to the grid’s datasource property.

Each of our objects is represented as a class similar to below:

public class RowViewModel
{
    public double AskAsw { get; set; }
    public string AskBmkName { get; set; }
    public double AskBmkPrice { get; set; }
    public double AskBmkSprd { get; set; }
    ... and so on
}

These are created and are added to a collection/list like so:

        for (int i = 1; i < 2000; i++)
        {
            _rowViewModels.Add(new RowViewModel(i));
        }

And then bound to the datagrid. Very straightforward:

        gridControl.DataSource = _rowViewModels;

This results in a datagrid displaying this information. We made the font smaller (10px, at user’s request), and autosize and group the columns. The result ends up looking similar to this:

http://i54.tinypic.com/21jt11t.png

And scrolling is very stuttery/slow. Let us know if you have any thoughts.

  • 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-19T04:39:04+00:00Added an answer on May 19, 2026 at 4:39 am

    The Data Grid that comes with .NET 40 works just fine for well over that. Tested with 200 columns and 50K rows (mix of int32, double, strings and custom class displays.

    There are flags to turn on row and column virtualizations. Remember though that if you are doing grouping, that kills row virtualization.

    I get around that by using my own drill down – two table – user control to get grouping functionality. Not great but sufficient for my needs.

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

Sidebar

Related Questions

In a nutshell: Using jquery I want to get some xml output and use
Question in nutshell What is the best way to get Python and Java to
I'm converting procedural JS to OO and would appreciate any help. In a nutshell,
In a nutshell, there's a global stylesheet: a { font-family: Arial; } I want
In a nutshell: I want to do the same thing Dependency Walker does. Is
I was reading Algorithms in a Nutshell (O'Reilly) and came across this symbol in
Here are the specs that I'm trying to implement in a nutshell: 1) Some
Here's what I've been trying to do, in a nutshell: class example <T extends
I'm looking for some help with a dependency issue. In a nutshell, I've included
OK, I have a somewhat complicated system in C++. In a nutshell, I need

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.