General Question
Why is my DataGridView so slow when binding to a large ArrayList in .Net (C#)?
Asked by madrogue (18)
November 6th, 2007
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
0 Answers
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.
Have a question?
Ask Fluther!