General Question

madrogue's avatar

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

Asked by madrogue (13points) November 6th, 2007
0 responses
“Great Question” (1points)

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.

Mobile | Desktop


Send Feedback   

`