Question

madrogue's avatar

Why is my DataGridView so slow when binding to a large ArrayList in .Net (C#)?

Asked by madrogue (10 points) | asked November 6th, 2007 | 0 responses | “Great Question” (0 points) | Flag as…

I have an object with 17 properties. I have a strongly-typed collection of these objects that inherits ArrayList. When I try to bind the collection to the DataGridView (dgv.DataSource = myCollection), it takes 2–3 seconds to draw each row in the grid.

Observing members: 0 Composing members: 0

Answers

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.