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...
User Profile
Collapse
-
C# SelectedIndexChanged extremely slow
-
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?
No activity results to display
Show More