Using double buffered ListView and TreeView to prevent flickering when repainting.
Added missing localization entires for xbin editor.
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.
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.