OperationGDI + does not depend on a large number of GPUs, since it uses only the basic accelerated work that each graphics card supports (lines, rectangles, etc.).
I would suggest that the problem is that you are not hiding control during updates. Check the BeginUpdate / EndUpdate methods, if available. If not, setting the visible value to false, updating and setting the visible value to true may someday solve the problem.
source
share