DataGridView Redraw
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I Want Append 10000 row data in DataGridView.But,the speed of display is lower.In others windows control (ex. listview,listbox) have BeginUpdate and EndUpdate method. I want to write a method like BeginUpdate that Prevents the control from drawing until the EndUpdate method is called.
-
I Want Append 10000 row data in DataGridView.But,the speed of display is lower.In others windows control (ex. listview,listbox) have BeginUpdate and EndUpdate method. I want to write a method like BeginUpdate that Prevents the control from drawing until the EndUpdate method is called.