C
C#13mo ago
freon9908

❔ ListView flickering

Got huge flickering on Winforms ListViewGroup.Header change, anyone knows what's going on? Tried doublebuffering=true but doesn't work. It seems changing a group header does a lot more to a ListView like calling OnSelectedIndexedChanged and so.. Anyone knows how to deal with this?
2 Replies
Denis
Denis13mo ago
Tbh winforms flickering is something you either live with or migrate to something better like WPF Are you using vanilla listview? Or something from a components vendor?
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.