Open ThibaudMZN opened 5 years ago
While hovering items quickly in a listview, CPU memory goes up before eventually triggering a garbage collection
This behavior can be fixed by caching the final image to draw than dispose it, the "leak" seems to come from this part.
I've created a pull request to fix this issue. #246
While hovering items quickly in a listview, CPU memory goes up before eventually triggering a garbage collection