User Profile

Collapse

Profile Sidebar

Collapse
Shas
Shas
Last Activity: Mar 9 '07, 02:06 PM
Joined: Mar 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Shas
    started a topic C# SelectedIndexChanged extremely slow
    in .NET

    C# SelectedIndexChanged extremely slow

    I am working on a C#.net window application

    I have a ListView in my code for which when multiple selecting rows the application becomes very slow.
    If I select a large number of rows not only does the application get slower but at times the application will also crash.

    ListView_Select edIndexChanged( object sender, EventArgs e)
    {
    // Some code
    }

    Any ideas on how to solve this p...
    See more | Go to post

  • Shas
    started a topic C# SelectedIndexChanged extremely slow
    in .NET

    C# SelectedIndexChanged extremely slow

    I have a ListView in my code for which when multiple selecting rows the application becomes very slow.
    If I select a large number of rows not only does the application get slower but at times the application will also crash.

    ListView_Select edIndexChanged( object sender, EventArgs e)
    {
    // Some code
    }

    Any ideas on how to solve this problem?
    See more | Go to post
No activity results to display
Show More
Working...