IgnaceMaes / MaterialSkin

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

MaterialListView graphic problem when horizontally scrolling #113

Closed pernicek closed 8 years ago

pernicek commented 8 years ago

When I use MaterialListview control and add more columns that are out of the window bounds, the column header and content is not synchronized when I scroll.

Do you have any workaround or patch? As I use .NET 4, VS 2010 and WinForms, it may be platform related. I had to download source, set target framework to 4 Client profile.

Also, I had to fix listview font in OnCreateControl void - siwtched to this line:

Font = new Font(FontFamily.GenericSerif, 24);

Screenshots of problematic behavior are attached. listview_full listview_ok listview_problematic_scroll