How to fix flickering cell images in DataGridView C#?
On the form there is DataGrid size, for example 10x10 columns of type DataGridViewImageColumn. When you redraw a component of some cells flicker (momentarily appears white background, and then the picture). Is there any way to fix this flickering? Advised to use double buffering - did not help.
2 answers
Can the DataGrid from WPF to try.
Find more questions by tags C#Programming