Greavesy1899 / MafiaToolkit

Open source toolkit for Mafia games. (Mafia II, Mafia III, Mafia DE)
MIT License
123 stars 20 forks source link

Using double buffered ListView and TreeViews #35

Closed nptr closed 3 years ago

nptr commented 3 years ago

This PR is functionally equivalent to PR #33 , but uses inherited controls to realize the double buffering. I believe its much nicer than remembering to manually call "SetDoubleBuffered()" via extension methods.