views:

80

answers:

1

I'm using datagridview in windows application developed in C# VS2005 .net 2.0.

Datagridview is provided a list of business objects. It take annoying delay of 2-3 seconds before starting displaying the rows in datagridview in falling-curtain fashion. When I switch back to my application from any other window it start repaint process in the same falling-curtain fashion. This is quite annoying. Plz someone help me sort this out!

A: 

I'm having the same problem. The GridView is not bound to a data source. I'm building the GridView myself. I get the same falling curtain effect when I resize (enlarge) or scroll vertically. It's pretty bad. The effect is the same if I have 100 or 100000 rows. It's also the same if I have DoubleBuffered set to true or false.

I've been searching the net for any clues as to what might be going on, and so far nothing. It's too bad that the guy who started this thread didn't follow up, or we might have an answer by now.

Wornways