Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,922 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
There is a datagridview control in my window, for which I added my own implementation of methods: "CellFormatting" and "CellPainting". The control is set to double-buffered mode and everything works fine. The problem appears when moving the mouse wheel quickly - the blur effect appears - lines overlapping - it takes a fraction of a second but a bit spoils the final feeling.
Is there any solution to my problem?