IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.91k stars 843 forks source link

Fixing CPU memory usage in Listview #246

Open ThibaudMZN opened 5 years ago

ThibaudMZN commented 5 years ago

By caching the drawn bitmap, it allows us to Dispose it afterwards, avoiding unwanted CPU Memory usage.